From 863bc8259b38699c013e78a32aa030fb1563ffa2 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 29 Aug 2017 12:44:43 +0300 Subject: webpack: using hash in css too --- juick-www/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www') diff --git a/juick-www/webpack.config.js b/juick-www/webpack.config.js index 20e2c32b..dc0373fe 100644 --- a/juick-www/webpack.config.js +++ b/juick-www/webpack.config.js @@ -31,7 +31,7 @@ module.exports = { plugins: [ new webpack.optimize.ModuleConcatenationPlugin(), new StyleLintPlugin({ configFile: '.stylelintrc.json', context: 'src/main/static', files: ['**/*.css'], emitErrors: false }), - new ExtractTextPlugin({ filename: "style.[chunkhash].css", allChunks: true }), + new ExtractTextPlugin({ filename: "style.[hash].css", allChunks: true }), new AssetPipelinePlugin() ], -- cgit v1.2.3