ES6 + jQuery + Bootstrap – Uncaught ReferenceError: jQuery is not defined? – Twitter bootstrap
How can I import jQuery as the dependency for bootstrap in ES6? I tried with: import {$,jQuery} from 'jquery'; import bootstrap from 'bootstrap'; But I always get this error: transition.js:59 Uncaught ReferenceError: jQuery is not defined Which points to this…