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$/,