mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-15 04:35:57 +05:30
14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
{
|
|
"presets": ["react", "es2015", "stage-0"],
|
|
"plugins": ["transform-runtime", ["react-intl", {"messagesDir": "./dist/messages/"}]],
|
|
"env": {
|
|
"development": {
|
|
"presets": ["react-hmre"]
|
|
},
|
|
"test": {
|
|
// airbnb some how disables stage-0, so forcing it after airbnb
|
|
"presets": ["airbnb", "stage-0"]
|
|
}
|
|
}
|
|
}
|