scratch-gui/.babelrc
Christopher Willis-Ford f1438f73e3 build!: use scratch-webpack-configuration
BREAKING CHANGE: changes layout of output files and browser compatibility
2024-03-13 11:09:47 -07:00

14 lines
349 B
Plaintext

{
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-proposal-object-rest-spread",
["react-intl", {
"messagesDir": "./translations/messages/"
}]],
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
}