Commit 2c86fdb2 authored by XhmikosR's avatar XhmikosR
Browse files

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

parent 9adf9122
Showing with 8 additions and 4 deletions
+8 -4
......@@ -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'
]
})
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment