mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Dynamic module loading is now cached and Webpack includes the import in the main chunk.
This commit is contained in:
parent
481f2a4717
commit
49e2b05a11
4 changed files with 85 additions and 85 deletions
|
@ -48,7 +48,7 @@ module.exports = {
|
|||
"process.browser": "true"
|
||||
}),
|
||||
new MiniCssExtractPlugin({
|
||||
filename: "[name].css",
|
||||
filename: "[name].css"
|
||||
}),
|
||||
],
|
||||
resolve: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue