Ver Fonte

add some reposity

night-cherry há 3 semanas atrás
pai
commit
b85ec1061e
1 ficheiros alterados com 0 adições e 3 exclusões
  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$/,