Skip to content

Commit 89e4c19

Browse files
committed
feat: 错误构建阶段抛出,避免发布到线上
1 parent 097d05f commit 89e4c19

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "builder-webpack3",
3-
"version": "0.4.14",
3+
"version": "0.4.15",
44
"description": "webpack项目构建器.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"license": "MIT",
1717
"configs": {
18-
"compatibleVersion": ">=0.4.12"
18+
"compatibleVersion": ">=0.4.15"
1919
},
2020
"keywords": [
2121
"webpack",
@@ -35,7 +35,7 @@
3535
"babel-preset-es2015": "^6.24.1",
3636
"babel-preset-react": "^6.24.1",
3737
"babel-preset-stage-0": "^6.24.1",
38-
"builder-webpack-core": "0.1.14",
38+
"builder-webpack-core": "0.1.16",
3939
"caniuse-db": "^1.0.30000764",
4040
"clean-webpack-plugin": "^0.1.17",
4141
"css-loader": "^0.28.7",

0 commit comments

Comments
 (0)