what happen if I use a library from the webpack confic file code example
Example: import jquery webpack
import $ from 'jquery';
$('.my-element').animate(/* ... */);
import $ from 'jquery';
$('.my-element').animate(/* ... */);