This commit is contained in:
Mickael KERJEAN 2018-09-24 23:16:23 +10:00
parent eb9743f377
commit fe8453d1da
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{
'presets': ['react', 'es2015', 'stage-2'],
'plugins': ["transform-decorators-legacy", "syntax-dynamic-import"]
"presets": ["react", "es2015", "stage-2"],
"plugins": ["transform-decorators-legacy", "syntax-dynamic-import"]
}

View file

@ -15,6 +15,7 @@
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-jest": "^23.6.0",
"babel-loader": "^6.2.10",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",