diff options
author | Vitaly Takmazov | 2020-10-12 04:17:49 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 0fa19d54799934b8f17c95939cb0722e06099327 (patch) | |
tree | 719285d2049fa22afea8a58c3d8d911c4b16ddf0 /vnext/webpack.config.js | |
parent | ba41af1e9eaedb699f6c3c496fc7fe9af8a9b21d (diff) |
webpack-dev-server -> webpack serve
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]' } } ] |