Invalid paths to vendor packages in `*.js.map` files
Created by: WinterSilence
Prerequisites
-
I have searched for duplicate or closed issues -
I have validated any HTML to avoid common problems -
I have read the contributing guidelines
Describe the issue
- Install package via Composer
- Check vendor paths in
vendor/twbs/bootstrap/dist/js/*.js.map
files
Reduced test cases
For example, vendor/twbs/bootstrap/dist/js/bootstrap.bundle.js.map
contained paths like as "../../node_modules/@popperjs/..."
, but this directory not exists because package installed via Composer
What operating system(s) are you seeing the problem on?
Windows, macOS, Android, iOS, Linux
What browser(s) are you seeing the problem on?
No response
What version of Bootstrap are you using?
v.5.*