mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Update dependencies
This commit is contained in:
parent
49d9093e44
commit
13d05dc2ff
4 changed files with 1156 additions and 748 deletions
|
|
@ -33,16 +33,23 @@ const babelLoaderOptions = function() {
|
|||
'@babel/plugin-transform-runtime',
|
||||
{
|
||||
corejs: 3,
|
||||
loose: loose,
|
||||
useESModules: true
|
||||
}
|
||||
],
|
||||
[
|
||||
'@babel/plugin-proposal-decorators',
|
||||
{
|
||||
legacy: true
|
||||
legacy: true,
|
||||
loose: loose
|
||||
}
|
||||
],
|
||||
'@babel/plugin-proposal-class-properties'
|
||||
[
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
{
|
||||
loose: loose
|
||||
}
|
||||
]
|
||||
]
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue