19 lines
404 B
Plaintext
Executable File
19 lines
404 B
Plaintext
Executable File
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-react",
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"universal-import",
|
|
"react-hot-loader/babel"
|
|
],
|
|
"env": {
|
|
"development": {
|
|
"plugins": [
|
|
"react-hot-loader/babel"
|
|
]
|
|
}
|
|
}
|
|
} |