mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
build-plugins: switch to "bundled" for babel helpers (#32312)
This commit is contained in:
parent
ab49e362a7
commit
5538ffb292
@ -19,8 +19,8 @@ const plugins = [
|
|||||||
babel({
|
babel({
|
||||||
// Only transpile our source code
|
// Only transpile our source code
|
||||||
exclude: 'node_modules/**',
|
exclude: 'node_modules/**',
|
||||||
// Inline the required helpers in each file
|
// Include the helpers in each file, at most one copy of each
|
||||||
babelHelpers: 'inline'
|
babelHelpers: 'bundled'
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
const bsPlugins = {
|
const bsPlugins = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user