Explorar o código

更改打包地址

Limengbo %!s(int64=5) %!d(string=hai) anos
pai
achega
8239eb19d4
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      .gitignore
  2. 1 1
      build/webpack.base.conf.js

+ 1 - 1
.gitignore

@@ -1,6 +1,6 @@
 .DS_Store
 node_modules/
-/dist/
+/broadcast/
 npm-debug.log*
 yarn-debug.log*
 yarn-error.log*

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

@@ -8,7 +8,7 @@ var config = {
     login: path.resolve(__dirname, '../src/js/login.js')
   },
   output: {
-    path: path.resolve(__dirname, '../dist'),
+    path: path.resolve(__dirname, '../broadcast'),
     filename: '[name].[hash].js'
   },
   module:{