mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
test ci
This commit is contained in:
parent
eb9743f377
commit
fe8453d1da
2 changed files with 3 additions and 2 deletions
4
.babelrc
4
.babelrc
|
|
@ -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"]
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue