Skip to content

Commit

Permalink
Updating to Webpack 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Mar 21, 2018
1 parent 49fb23f commit 5ae5218
Show file tree
Hide file tree
Showing 5 changed files with 2,964 additions and 716 deletions.
6 changes: 5 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"plugins": ["source-map-support", "transform-runtime"],
"presets": ["env", "stage-3"]
"presets": [
["env", { "node": "6.10" }],
"stage-3"
]
}

Loading

0 comments on commit 5ae5218

Please sign in to comment.