chore(xo-lite): fix config and xen-api

This commit is contained in:
Pierre Donias
2021-05-21 15:11:35 +02:00
parent 6abcce498f
commit 131c6321be
3 changed files with 779 additions and 1508 deletions

View File

@@ -1,3 +1,5 @@
const config = (module.exports = require('../../@xen-orchestra/babel-config')(require('./package.json')))
config.presets.find(_ => _[0] === '@babel/preset-env')[1].targets.esmodules = true
module.exports = require('../../@xen-orchestra/babel-config')(require('./package.json'), {
'@babel/preset-env': {
exclude: ['@babel/plugin-transform-regenerator'],
},
})

View File

@@ -43,7 +43,7 @@
"typescript": "^4.1.3",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"xen-api": "^0.31.0"
"xen-api": "^0.32.0"
},
"resolutions": {
"styled-components": "^5"

2277
yarn.lock

File diff suppressed because it is too large Load Diff