Remove commented out webpack.IgnorePlugin code (#1290)

This commit is contained in:
ekzyis 2024-08-08 16:16:11 -05:00 committed by GitHub
parent f7a170fff0
commit 3863edb871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -232,10 +232,7 @@ module.exports = withPlausibleProxy()({
}) })
} }
// const ignorePlugin = new webpack.IgnorePlugin({ resourceRegExp: /server\.js$/ })
config.plugins.push(workboxPlugin) config.plugins.push(workboxPlugin)
// config.plugins.push(ignorePlugin)
} }
config.module.rules.push( config.module.rules.push(