rsbi 4 tahun lalu
induk
melakukan
fe7d890be4
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      build/webpack.dev.conf.js

+ 2 - 0
build/webpack.dev.conf.js

@@ -65,11 +65,13 @@ const devWebpackConfig = merge(baseWebpackConfig, {
         to: config.dev.assetsSubDirectory,
         to: config.dev.assetsSubDirectory,
         ignore: ['.*']
         ignore: ['.*']
       },
       },
+      /**
       {
       {
         from: path.resolve(__dirname, '../resource'),
         from: path.resolve(__dirname, '../resource'),
         to: "resource",
         to: "resource",
         ignore: ['.*']
         ignore: ['.*']
       },
       },
+       */
     ])
     ])
   ]
   ]
 })
 })