Explorar el Código

ignoring build files

tags/0.9.0
J hace 6 años
padre
commit
99f3bf94ec
Se han modificado 2 ficheros con 5 adiciones y 2 borrados
  1. 4
    1
      .gitignore
  2. 1
    1
      vue-theme/webpack.config.js

+ 4
- 1
.gitignore Ver fichero

@@ -28,4 +28,7 @@ plugins/akismet
28 28
 plugins/regenerate-thumbnails
29 29
 
30 30
 # Env
31
-.env
31
+.env
32
+
33
+# Build files
34
+vue-theme/build

+ 1
- 1
vue-theme/webpack.config.js Ver fichero

@@ -66,7 +66,7 @@ module.exports = (env = {}) => {
66 66
             ]
67 67
         },
68 68
         output: {
69
-            path: path.join(__dirname, 'public'),
69
+            path: path.join(__dirname, 'build'),
70 70
             publicPath: '/build/'
71 71
         },
72 72
         devServer: {

Loading…
Cancelar
Guardar