mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Fix compile errors in IE9 (#967)
This commit is contained in:
parent
9cb14e1136
commit
8600bd87c1
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
"babel-eslint": "^4.1.5",
|
"babel-eslint": "^4.1.5",
|
||||||
"babel-loader": "^6.1.0",
|
"babel-loader": "^6.1.0",
|
||||||
"babel-plugin-transform-runtime": "^6.1.18",
|
"babel-plugin-transform-runtime": "^6.1.18",
|
||||||
"babel-preset-es2015": "^6.1.4",
|
"babel-preset-es2015-loose": "^7.0.0",
|
||||||
"babel-preset-stage-0": "^6.1.18",
|
"babel-preset-stage-0": "^6.1.18",
|
||||||
"babel-runtime": "^6.1.18",
|
"babel-runtime": "^6.1.18",
|
||||||
"eslint": "^1.9.0",
|
"eslint": "^1.9.0",
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ module.exports = {
|
||||||
query: {
|
query: {
|
||||||
cacheDirectory: true,
|
cacheDirectory: true,
|
||||||
// plugins: ['transform-runtime'],
|
// plugins: ['transform-runtime'],
|
||||||
presets: ['es2015', 'stage-0']
|
presets: ['es2015-loose', 'stage-0']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue