mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 23:38:14 +08: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-loader": "^6.1.0",
|
||||
"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-runtime": "^6.1.18",
|
||||
"eslint": "^1.9.0",
|
||||
|
|
|
@ -38,7 +38,7 @@ module.exports = {
|
|||
query: {
|
||||
cacheDirectory: true,
|
||||
// plugins: ['transform-runtime'],
|
||||
presets: ['es2015', 'stage-0']
|
||||
presets: ['es2015-loose', 'stage-0']
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue