Parcourir la source

add some reposity

night-cherry il y a 3 semaines
Parent
commit
b85ec1061e
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  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$/,