Skip to content

Commit 52b0775

Browse files
committed
Move build config to root
1 parent 80e0f86 commit 52b0775

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A schema-based form generator component for Vue.js",
55
"main": "dist/vue-form-generator.js",
66
"scripts": {
7-
"build": "webpack --config build/webpack.build.config.js",
7+
"build": "webpack --config webpack.build.config.js",
88
"dev": "webpack-dev-server --config webpack.dev.config.js --inline --hot --content-base dev/",
99
"test": "webpack --config test/webpack.config.js"
1010
},
File renamed without changes.

0 commit comments

Comments
 (0)