mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-07 15:10:45 +03:00
Transpile to commonjs for all environments
This commit is contained in:
parent
00863e8aa0
commit
1721069143
|
@ -1,9 +1,4 @@
|
||||||
{
|
{
|
||||||
"presets": [ ["env", {
|
"presets": [ ["env", { "modules": "commonjs" }], "react", "flow" ],
|
||||||
"targets": {
|
|
||||||
"firefox" : 56,
|
|
||||||
"chrome" : 64
|
|
||||||
}
|
|
||||||
}], "react", "flow"],
|
|
||||||
"plugins": [ "transform-class-properties", "transform-object-rest-spread", "add-module-exports", "transform-decorators-legacy" ]
|
"plugins": [ "transform-class-properties", "transform-object-rest-spread", "add-module-exports", "transform-decorators-legacy" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user