19 lines
368 B
Plaintext
19 lines
368 B
Plaintext
{
|
|
"presets": ["react", "env"],
|
|
"plugins": [
|
|
"lodash",
|
|
"styled-components",
|
|
"transform-decorators-legacy",
|
|
"transform-es2015-destructuring",
|
|
"transform-object-rest-spread",
|
|
"transform-regenerator",
|
|
"transform-class-properties",
|
|
"syntax-dynamic-import"
|
|
],
|
|
"env": {
|
|
"development": {
|
|
"presets": ["react-hmre"]
|
|
}
|
|
}
|
|
}
|