[WIP] Upgrade to Webpack 2

This commit is contained in:
Benaiah Mischenko
2017-06-12 17:59:58 -07:00
parent 546ca5917e
commit 25225121ed
8 changed files with 523 additions and 728 deletions

View File

@ -1,6 +1,10 @@
{
"presets": ["es2015", "stage-1", "react"],
"plugins": ["lodash", ["babel-plugin-transform-builtin-extend", {
"globals": ["Error"]
}]]
"presets": [["es2015", { "modules": false }], "stage-1", "react"],
"plugins": [
"react-hot-loader/babel",
"lodash",
["babel-plugin-transform-builtin-extend", {
"globals": ["Error"]
}],
]
}