night-cherry пре 3 недеља
родитељ
комит
062b46c871
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js

@@ -48,7 +48,7 @@ module.exports={
             loader: 'css-loader',
             options: {
               // 重点:将 CSS 输出到对应入口的 css 目录
-              outputPath: '[name]/css/'  
+              outputPath: '/css/[name]'  
             }
           }
         ]