I am currently using webpack in my project to import the bootstrap javascript, but since I want to learn how to use the ES6 module system, I was wondering if it is possible to import it that way. Or maybe it's not possible because there is no export statement in the bootstrap js.
Asked
Active
Viewed 10 times
0
-
Is this what you're looking for [How to include scripts like bootstrap from node_modules folder](https://stackoverflow.com/questions/27464168/how-to-include-scripts-located-inside-the-node-modules-folder/27464258#27464258)? – jfriend00 May 21 '22 at 17:43