diff --git a/buildtools/webpack.commons.js b/buildtools/webpack.commons.js index 1eefe3291aef..e5a376bb5b8b 100644 --- a/buildtools/webpack.commons.js +++ b/buildtools/webpack.commons.js @@ -184,7 +184,7 @@ const config = function(hardSourceConfig, babelLoaderCacheDirectory) { providePlugin, new ExtractTextPlugin({ ignoreOrder: true, - filename: devMode ? '[name].css' : '[name].[chunkhash:6].css' + filename: devMode ? '[name].css' : '[name].[hash:6].css' }), new webpack.IgnorePlugin(/^\.\/locale$/, /node_modules\/moment\/src\/lib\/locale$/), new HardSourceWebpackPlugin(hardSourceConfig || {}),