Yuki Takei пре 7 година
родитељ
комит
7f5bb40312
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      config/webpack.prod.js

+ 1 - 2
config/webpack.prod.js

@@ -22,7 +22,7 @@ module.exports = require('./webpack.common')({
   devtool: undefined,
   devtool: undefined,
   output: {
   output: {
     filename: '[name].[chunkhash].bundle.js',
     filename: '[name].[chunkhash].bundle.js',
-    chunkFilename: '[name].[id].[chunkhash].chunk.js'
+    chunkFilename: '[name].[chunkhash].chunk.js'
   },
   },
   module: {
   module: {
     rules: [
     rules: [
@@ -47,7 +47,6 @@ module.exports = require('./webpack.common')({
 
 
     new MiniCssExtractPlugin({
     new MiniCssExtractPlugin({
       filename: '[name].[hash].css',
       filename: '[name].[hash].css',
-      chunkFilename: '[id].[hash].css'
     }),
     }),
 
 
     new BundleAnalyzerPlugin({
     new BundleAnalyzerPlugin({