Skip to content

Commit 299b06f

Browse files
authored
Merge pull request #448 from webpack-contrib/update-deps
Update deps
2 parents 591303a + 0ca4f2d commit 299b06f

File tree

6 files changed

+2683
-5841
lines changed

6 files changed

+2683
-5841
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
}]
88
],
99
"plugins": [
10-
["@babel/plugin-proposal-class-properties", {"loose": true}]
10+
["@babel/plugin-proposal-class-properties", {"loose": true}],
11+
["@babel/plugin-proposal-private-methods", {"loose": true}]
1112
]
1213
}

.npm-upgrade.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
"reason": "Current version of Webpack Dev Server doesn't work with v4"
1414
}
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)