mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +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
|
|
@ -38,7 +38,7 @@ module.exports = {
|
|||
query: {
|
||||
cacheDirectory: true,
|
||||
// plugins: ['transform-runtime'],
|
||||
presets: ['es2015', 'stage-0']
|
||||
presets: ['es2015-loose', 'stage-0']
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue