Answer the question
In order to leave comments, you need to log in
How to connect jQuery and plugins to it in Webpack (ES2015)?
Good afternoon,
I have such a problem:
when connecting jQuery plugins, they do not see jQuery itself. I do it like this:
import $ from 'jquery'
import jQuery from 'jquery'
window.$ = $;
window.jQuery = jQuery;
import tooltip from 'bootstrap'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question