Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
2c86fdb2
Commit
2c86fdb2
authored
5 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Adapt rollup config for recent `@babel/present-env` version
parent
9adf9122
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/build-plugins.js
+4
-2
build/build-plugins.js
build/rollup.config.js
+4
-2
build/rollup.config.js
with
8 additions
and
4 deletions
+8
-4
build/build-plugins.js
+
4
-
2
View file @
2c86fdb2
...
...
@@ -18,10 +18,12 @@ const plugins = [
exclude
:
'
node_modules/**
'
,
// Include only required helpers
externalHelpersWhitelist
:
[
'
defineProperties
'
,
'
createClass
'
,
'
inheritsLoose
'
,
'
createSuper
'
,
'
defineProperties
'
,
'
defineProperty
'
,
'
getPrototypeOf
'
,
'
inheritsLoose
'
,
'
objectSpread2
'
]
})
...
...
This diff is collapsed.
Click to expand it.
build/rollup.config.js
+
4
-
2
View file @
2c86fdb2
...
...
@@ -16,10 +16,12 @@ const plugins = [
exclude
:
'
node_modules/**
'
,
// Include only required helpers
externalHelpersWhitelist
:
[
'
defineProperties
'
,
'
createClass
'
,
'
inheritsLoose
'
,
'
createSuper
'
,
'
defineProperties
'
,
'
defineProperty
'
,
'
getPrototypeOf
'
,
'
inheritsLoose
'
,
'
objectSpread2
'
]
})
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment