Skip to content

Commit 3951d9b

Browse files
authored
Update webpack.config.mjs
1 parent 172d50a commit 3951d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function PurgeCssOptions(mode) {
3636
.flatMap(p => fs.readdirSync(path.resolve(p), {withFileTypes: true, recursive: true}))
3737
.filter(ent => ent.isFile())
3838
.map(ent => path.resolve(ent.path, ent.name))
39-
.concat(['alert', 'carousel', 'collapse', 'popover', 'tooltip', 'scrollspy']
39+
.concat(['alert', 'carousel', 'collapse', 'offcanvas', 'popover', 'tooltip', 'scrollspy']
4040
.map(n => path.resolve(`node_modules/bootstrap/js/src/${n}.js`))),
4141
blocklist: mode === 'production' ? ['dev-only'] : [],
4242
safelist: {

0 commit comments

Comments
 (0)