Browse Source

add some reposity

night-cherry 1 tháng trước cách đây
mục cha
commit
b85ec1061e
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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$/,