scratch-gui/.babelrc

14 lines
349 B
Plaintext
Raw Normal View History

{
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-proposal-object-rest-spread",
["react-intl", {
"messagesDir": "./translations/messages/"
}]],
2018-10-17 19:45:48 +08:00
"presets": [
"@babel/preset-env",
2018-10-17 19:45:48 +08:00
"@babel/preset-react"
]
}