Explorar el Código

更改打包文件名字

Limengbo hace 6 años
padre
commit
d1ba23b55f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build/webpack.base.conf.js

+ 1 - 1
build/webpack.base.conf.js

@@ -11,7 +11,7 @@ module.exports = {
     bundle: path.resolve(__dirname, '../src/main.js')
   },
   output: {
-    path: path.resolve(__dirname, '../dist'),
+    path: path.resolve(__dirname, '../resourcesWeb'),
     filename: '[name].[hash].js'
   },
   module: {