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