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'], "presets": ["react", "es2015", "stage-2"],
'plugins': ["transform-decorators-legacy", "syntax-dynamic-import"] "plugins": ["transform-decorators-legacy", "syntax-dynamic-import"]
} }

View file

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