mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 02:00:23 +00:00
build-plugins: switch to "bundled" for babel helpers (#32312)
This commit is contained in:
parent
ab49e362a7
commit
5538ffb292
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue