Skip to content

Commit 74d7d3f

Browse files
committed
feat: upgrade to webpack 4
BREAKING CHANGE: Upgrade wepback 4, all webpack option modifications must be webpcak 4 compatible. Drop support for webpack plugins that do not work with v4 or above.
1 parent fe049b1 commit 74d7d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"homepage": "https://github.com/vuejs/vue-cli/packages/@vue/eslint-config-standard#readme",
2323
"dependencies": {
24-
"eslint-config-standard": "^11.0.0",
25-
"eslint-plugin-import": "^2.9.0",
24+
"eslint-config-standard": "^12.0.0-alpha.0",
25+
"eslint-plugin-import": "^2.11.0",
2626
"eslint-plugin-node": "^6.0.1",
2727
"eslint-plugin-promise": "^3.7.0",
2828
"eslint-plugin-standard": "^3.1.0"

0 commit comments

Comments
 (0)