Remove commented out webpack.IgnorePlugin code (#1290)
This commit is contained in:
parent
f7a170fff0
commit
3863edb871
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue