From 0fa19d54799934b8f17c95939cb0722e06099327 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 12 Oct 2020 04:17:49 +0300 Subject: webpack-dev-server -> webpack serve --- vnext/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/webpack.config.js') 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]' } } ] -- cgit v1.2.3