Explorar el Código

add some reposity

night-cherry hace 3 semanas
padre
commit
062b46c871
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]'  
             }
           }
         ]