We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f36ec commit d7e724aCopy full SHA for d7e724a
build/build-plugins.js
@@ -19,8 +19,8 @@ const plugins = [
19
babel({
20
// Only transpile our source code
21
exclude: 'node_modules/**',
22
- // Inline the required helpers in each file
23
- babelHelpers: 'inline'
+ // Include the helpers in each file, at most one copy of each
+ babelHelpers: 'bundled'
24
})
25
]
26
const bsPlugins = {
0 commit comments