fix lbry.tv on edge
This commit is contained in:
parent
9f88b3d3f7
commit
ab5f7592ad
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ module.exports = api => {
|
|||
return {
|
||||
presets: ['@babel/env', '@babel/react', '@babel/flow'],
|
||||
plugins: [
|
||||
'@babel/plugin-proposal-object-rest-spread',
|
||||
'@babel/plugin-syntax-dynamic-import',
|
||||
'import-glob',
|
||||
'@babel/plugin-transform-runtime',
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
"@babel/core": "^7.0.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/plugin-proposal-decorators": "^7.3.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
|
||||
"@babel/plugin-transform-runtime": "^7.4.3",
|
||||
|
|
Loading…
Reference in a new issue