Explorar el Código

add some reposity

night-cherry hace 3 semanas
padre
commit
b85ec1061e
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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$/,