diff options
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 336f2d09..f8e7128c 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -77,7 +77,7 @@ module.exports = (env, argv) => { options: { hash: 'sha512', digest: 'hex', - name: '[hash].[ext]' + name: '[contenthash].[ext]' } } ] |