Closed mbiokyle29 closed 9 years ago
You need to expose the (jquery, $) variables for other third party libraries to use. Use this in your entry script
require('expose?$!expose?jQuery!jquery');
Also webpack as an argument called --display-error-details
that will help you debug stuff like this.
This fixed it. Thank you very much!
I am getting a jQuery is not defined error when trying to use the bootstrap-webpack plugin.
Here is my webpack.config.json
And here is my entry script
I have tried multiple different proposed solutions on SO but nothing seems to work. It seems that the issue is specifically in the bootstrap transition package.
This is from my bundle.js script
Finally here is the output when I run webpack-dev-server
I am wondering if you have any tips on getting this figured out. Thanks for your time and thanks for developing/maintaining this package!
-Kyle