Skip to content

Commit 5ae5218

Browse files
committed
Updating to Webpack 4
1 parent 49fb23f commit 5ae5218

File tree

5 files changed

+2964
-716
lines changed

5 files changed

+2964
-716
lines changed

.babelrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"plugins": ["source-map-support", "transform-runtime"],
3-
"presets": ["env", "stage-3"]
3+
"presets": [
4+
["env", { "node": "6.10" }],
5+
"stage-3"
6+
]
47
}
8+

0 commit comments

Comments
 (0)