Dynamic module loading is now cached and Webpack includes the import in the main chunk.

This commit is contained in:
n1474335 2019-02-11 18:44:41 +00:00
parent 481f2a4717
commit 49e2b05a11
4 changed files with 85 additions and 85 deletions

View file

@ -48,7 +48,7 @@ module.exports = {
"process.browser": "true"
}),
new MiniCssExtractPlugin({
filename: "[name].css",
filename: "[name].css"
}),
],
resolve: {