aboutsummaryrefslogtreecommitdiff
path: root/vnext/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r--vnext/webpack.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js
index 78210fee..4beeee35 100644
--- a/vnext/webpack.config.js
+++ b/vnext/webpack.config.js
@@ -19,8 +19,8 @@ module.exports = {
]
},
output: {
- filename: process.env.WEBPACK_SERVE ? '[name].js' : '[name].[chunkhash].bundle.js',
- chunkFilename: process.env.WEBPACK_SERVE ? '[name].js' : '[name].[chunkhash].bundle.js',
+ filename: process.env.WEBPACK_SERVE ? '[name].js' : '[name].[contenthash].bundle.js',
+ chunkFilename: process.env.WEBPACK_SERVE ? '[name].js' : '[name].[contenthash].bundle.js',
publicPath: '/',
path: path.resolve(__dirname, 'dist')
},