mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
13 lines
221 B
Text
Executable file
13 lines
221 B
Text
Executable file
{
|
|
"presets": ["env", "react","stage-2"],
|
|
"plugins": [
|
|
"ramda",
|
|
"lodash",
|
|
"react-hot-loader/babel",
|
|
"lodash",
|
|
["transform-runtime", {
|
|
"polyfill": false,
|
|
"regenerator": true
|
|
}]
|
|
]
|
|
}
|