소스 검색

add some reposity

night-cherry 3 주 전
부모
커밋
b85ec1061e
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      webpack.config.js

+ 0 - 3
webpack.config.js

@@ -24,9 +24,6 @@ module.exports={
       {
         test:/\.css$/i,
         use:["style-loader","css-loader"],
-        options: {
-          outputPath: './style/'  // [!code ++]
-        }
       },
      {
       test:/\.vue$/,