Modifies babel config to allow for webpack tree shaking

This commit is contained in:
Mark Thiessen
2017-03-09 13:37:52 -07:00
committed by Steve Sanderson
parent 5866713a05
commit 3077b8a8c0

View File

@@ -1,3 +1,3 @@
{
"presets": ["es2015", "react"]
"presets": [["es2015", { "modules": false} ], "react"]
}