Browse Source

ignoring build files

tags/0.9.0
J 6 years ago
parent
commit
99f3bf94ec
2 changed files with 5 additions and 2 deletions
  1. 4
    1
      .gitignore
  2. 1
    1
      vue-theme/webpack.config.js

+ 4
- 1
.gitignore View File

@@ -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 View File

@@ -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…
Cancel
Save