mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Remove bypass and use use glitch-soc's theming system for inert.css
This commit is contained in:
@@ -54,11 +54,7 @@ const entries = Object.assign(
|
||||
|
||||
|
||||
module.exports = {
|
||||
entry: {
|
||||
...entries,
|
||||
// this is cursed, but bypass glitch-soc's theming system for this one
|
||||
inert: './app/javascript/packs/inert.js',
|
||||
},
|
||||
entry: entries,
|
||||
|
||||
output: {
|
||||
filename: 'js/[name]-[chunkhash].js',
|
||||
|
||||
Reference in New Issue
Block a user