I am getting this error even after i have called the jquery file befre the bootstrap.js. anyone, Kindly suggest? I am working with node and angularr and webpack.
My declerations goes like this.
require('jquery/dist/jquery.min.js');
require('bootstrap/dist/css/bootstrap.css');
require('bootstrap/dist/js/bootstrap.js');
require('./content/common.css');
require('angular');
Pls suggest the cause here!
Thanks,