Remove bypass and use use glitch-soc's theming system for inert.css

This commit is contained in:
Claire
2024-01-15 22:16:26 +01:00
parent 34c9f77b3e
commit 01df34b9db
4 changed files with 5 additions and 6 deletions

View File

@@ -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',