sciactive / pnotify

Beautiful JavaScript notifications with Web Notifications support.
https://sciactive.com/pnotify/
Apache License 2.0
3.65k stars 513 forks source link

please don't include jquery as a dependency. #276

Closed ali32b closed 7 years ago

ali32b commented 7 years ago

please don't include jquery as a dependency(module.exports = factory(require('jquery'), global || root);) I included jquery as CDN and it loads it two times.

ali32b commented 7 years ago

Problem solved with webpack.congfig.js externals: { jquery: "jQuery" }