mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 00:29:52 +02:00
Use UMD and fix build to properly load deps (#24783)
This commit is contained in:
committed by
Johann-S
parent
ffc5965f2c
commit
7fd265034c
@@ -37,7 +37,7 @@ module.exports = {
|
||||
input: path.resolve(__dirname, '../js/src/index.js'),
|
||||
output: {
|
||||
file: path.resolve(__dirname, `../dist/js/${fileDest}`),
|
||||
format: 'iife'
|
||||
format: 'umd'
|
||||
},
|
||||
name: 'bootstrap',
|
||||
external,
|
||||
|
Reference in New Issue
Block a user