2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Adapt rollup config for recent @babel/present-env version

This commit is contained in:
XhmikosR
2020-03-24 15:53:24 +02:00
parent 9adf91221e
commit 2c86fdb254
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -18,10 +18,12 @@ const plugins = [
exclude: 'node_modules/**',
// Include only required helpers
externalHelpersWhitelist: [
'defineProperties',
'createClass',
'inheritsLoose',
'createSuper',
'defineProperties',
'defineProperty',
'getPrototypeOf',
'inheritsLoose',
'objectSpread2'
]
})
+4 -2
View File
@@ -16,10 +16,12 @@ const plugins = [
exclude: 'node_modules/**',
// Include only required helpers
externalHelpersWhitelist: [
'defineProperties',
'createClass',
'inheritsLoose',
'createSuper',
'defineProperties',
'defineProperty',
'getPrototypeOf',
'inheritsLoose',
'objectSpread2'
]
})