Skip to content

Commit a0e06e3

Browse files
committed
feat: include bootstrap bundle in client configuration
1 parent bcf6c64 commit a0e06e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webpack/client.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ entries['whatwg-fetch'] = path.resolve(
144144
'node_modules/whatwg-fetch/fetch.js',
145145
);
146146

147+
entries.bootstrap = path.resolve(
148+
MB_SERVER_ROOT,
149+
'node_modules/bootstrap/dist/js/bootstrap.bundle.js',
150+
);
151+
147152
function langToPosix(lang) {
148153
return lang.replace(/^([a-zA-Z]+)-([a-zA-Z0-9]+)$/, function (match, l, c) {
149154
l = l.toLowerCase();

0 commit comments

Comments
 (0)