twbs / bootstrap-npm-starter

Starter template for new building with Bootstrap 4 in npm projects.
MIT License
1.23k stars 465 forks source link

config file and autoload #74

Closed paulrajib closed 2 years ago

paulrajib commented 3 years ago

How can we get a config file like webpack.config.js or babel.config.js file so we don't have to put full path like e.g: import "../../node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"; just import "bootstrap.bundle.min.js"; should be okay and again having issue with import '../../node_modules/@popperjs/core'; Please have a look and let us know.

mdo commented 2 years ago

Please see https://github.com/twbs/examples.