commit 3612e2c8cc39565817ac6f84e030e18f5d1049fc parent 97a13d45a190154ec26d6e0550b11487b7e0b63e Author: Sergej Orlov <wladimirych@gmail.com> Date: Tue, 3 Dec 2019 13:41:45 +0100 config: produce meaninful names for chunk bundles Diffstat:
M | webpack/webpack.common.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js @@ -16,7 +16,7 @@ module.exports = { optimization: { splitChunks: { chunks: 'all', - name: false + name: true } }, plugins: [