Answer the question
In order to leave comments, you need to log in
How to properly include bootstrap.min.js?
Hello , I
use these sources https://github.com/IamManchanda/gulp-webpack
Downloaded bootstrap.min.js
In the entry.js file I write
module.exports = {
bootstrap: './website/src/js/bootstrap.min.js',
scripts: './website/src/js/scripts.js',
};
bootstrap.min.js
?
Answer the question
In order to leave comments, you need to log in
Try this, it should work.
module.exports = {
scripts: [ './website/src/js/scripts.js', './website/src/js/bootstrap.min.js' ]
};
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question