Javascript – How does "import * as bootstrap from '../node_modules/bootstrap' work?
Near the top of my app.js file, I have the line import * as bootstrap from '../../node_modules/bootstrap'; If I console.log(bootstrap) on the next line, then I can see that the bootstrap variable does indeed hold a bootstrap-looking object with all…