Browse Source

add some reposity

night-cherry 3 tuần trước cách đây
mục cha
commit
062b46c871
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]'  
             }
           }
         ]