Modifies babel config to allow for webpack tree shaking
This commit is contained in:
parent
5866713a05
commit
3077b8a8c0
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"presets": ["es2015", "react"]
|
||||
"presets": [["es2015", { "modules": false} ], "react"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue