You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
I would assume you would need to adjust webpack and/or build steps as this repo probably only supports bootstrap 4 since bootstrap 5 is so new and uses more modern js. I will try to debug this if I have some spare time.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Someone have an idea how to import bootstrap 5 in app.js?
i tried to import 'bootstrap' or' bootstrap.bundle', but i get this error:
`ERROR in ./node_modules/bootstrap/dist/js/bootstrap.esm.js
Module build failed: SyntaxError: Unexpected token (1243:15)
1241 |
1242 | _getConfig(config) {
i think there is a problem with spread operator, do i missed to setup something in webpack?
The text was updated successfully, but these errors were encountered: