17d7eaec7b
We concatenate a simple setTimeout monkeypatch onto the add-on itself.
27 lines
540 B
Text
27 lines
540 B
Text
{
|
|
"env": {
|
|
"production": {
|
|
"presets": ["react", "react-optimize"]
|
|
},
|
|
"development": {
|
|
"presets": ["react"]
|
|
},
|
|
"test": {
|
|
"presets": ["react"]
|
|
}
|
|
},
|
|
"only": [
|
|
"test/js/**"
|
|
],
|
|
"plugins": [
|
|
"transform-es2015-destructuring",
|
|
"transform-es2015-parameters",
|
|
"transform-es2015-modules-commonjs",
|
|
"transform-async-to-generator",
|
|
"transform-object-rest-spread",
|
|
"transform-class-properties",
|
|
"transform-runtime"
|
|
],
|
|
"sourceMaps": "inline",
|
|
"retainLines": true
|
|
}
|