parent
bb369ca813
commit
cfd00b5eeb
4 changed files with 1 additions and 114 deletions
|
|
@ -59,7 +59,6 @@ const getConfigByPluginKey = pluginKey => {
|
|||
pluginKey === 'Data' ||
|
||||
pluginKey === 'Manipulator' ||
|
||||
pluginKey === 'EventHandler' ||
|
||||
pluginKey === 'Polyfill' ||
|
||||
pluginKey === 'SelectorEngine' ||
|
||||
pluginKey === 'Util' ||
|
||||
pluginKey === 'Sanitizer'
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ let fileDest = `bootstrap${ESM ? '.esm' : ''}`
|
|||
const external = ['popper.js']
|
||||
const plugins = [
|
||||
babel({
|
||||
// Only transpile our source code
|
||||
// Only transpile our source code
|
||||
exclude: 'node_modules/**',
|
||||
// Include the helpers in the bundle, at most one copy of each
|
||||
babelHelpers: 'bundled'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue