Вынес конфиг бабеля в .babelrc

This commit is contained in:
SleepWalker
2016-01-31 18:03:04 +02:00
parent 934afafce4
commit 78ccd3a756
2 changed files with 13 additions and 13 deletions

9
.babelrc Normal file
View File

@@ -0,0 +1,9 @@
{
"presets": ["react", "es2015", "stage-0"],
"plugins": ["transform-runtime", ["react-intl", {messagesDir: "./dist/messages/"}]],
"env": {
"development": {
"presets": ["react-hmre"]
}
}
}