mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05: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…
Add table
Reference in a new issue