mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Modifies babel config to allow for webpack tree shaking
This commit is contained in:
committed by
Steve Sanderson
parent
5866713a05
commit
3077b8a8c0
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"presets": ["es2015", "react"]
|
||||
"presets": [["es2015", { "modules": false} ], "react"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user