Skip to content

Commit

Permalink
build-plugins: switch to "bundled" for babel helpers (#32312)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 7, 2020
1 parent f876892 commit 630e9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build-plugins.js
Expand Up @@ -19,8 +19,8 @@ const plugins = [
babel({
// Only transpile our source code
exclude: 'node_modules/**',
// Inline the required helpers in each file
babelHelpers: 'inline'
// Include the helpers in each file, at most one copy of each
babelHelpers: 'bundled'
})
]
const bsPlugins = {
Expand Down

0 comments on commit 630e9a9

Please sign in to comment.