We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172d50a commit 3951d9bCopy full SHA for 3951d9b
webpack.config.mjs
@@ -36,7 +36,7 @@ function PurgeCssOptions(mode) {
36
.flatMap(p => fs.readdirSync(path.resolve(p), {withFileTypes: true, recursive: true}))
37
.filter(ent => ent.isFile())
38
.map(ent => path.resolve(ent.path, ent.name))
39
- .concat(['alert', 'carousel', 'collapse', 'popover', 'tooltip', 'scrollspy']
+ .concat(['alert', 'carousel', 'collapse', 'offcanvas', 'popover', 'tooltip', 'scrollspy']
40
.map(n => path.resolve(`node_modules/bootstrap/js/src/${n}.js`))),
41
blocklist: mode === 'production' ? ['dev-only'] : [],
42
safelist: {
0 commit comments