mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-16 20:50:24 +00:00
Adapt rollup config for recent @babel/present-env version
This commit is contained in:
parent
9adf91221e
commit
2c86fdb254
2 changed files with 8 additions and 4 deletions
|
|
@ -18,10 +18,12 @@ const plugins = [
|
|||
exclude: 'node_modules/**',
|
||||
// Include only required helpers
|
||||
externalHelpersWhitelist: [
|
||||
'defineProperties',
|
||||
'createClass',
|
||||
'inheritsLoose',
|
||||
'createSuper',
|
||||
'defineProperties',
|
||||
'defineProperty',
|
||||
'getPrototypeOf',
|
||||
'inheritsLoose',
|
||||
'objectSpread2'
|
||||
]
|
||||
})
|
||||
|
|
|
|||
|
|
@ -16,10 +16,12 @@ const plugins = [
|
|||
exclude: 'node_modules/**',
|
||||
// Include only required helpers
|
||||
externalHelpersWhitelist: [
|
||||
'defineProperties',
|
||||
'createClass',
|
||||
'inheritsLoose',
|
||||
'createSuper',
|
||||
'defineProperties',
|
||||
'defineProperty',
|
||||
'getPrototypeOf',
|
||||
'inheritsLoose',
|
||||
'objectSpread2'
|
||||
]
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue