40a04bc7e6
Wraps all imports for select 2 to deferred imports, especially in the main.js we are actually checking if there is any select 2 element on the page or not.
9 lines
227 B
JavaScript
9 lines
227 B
JavaScript
import 'jquery';
|
|
|
|
// common jQuery plugins
|
|
import 'jquery-ujs';
|
|
import 'vendor/jquery.endless-scroll';
|
|
import 'vendor/jquery.caret';
|
|
import 'vendor/jquery.atwho';
|
|
import 'vendor/jquery.scrollTo';
|
|
import 'jquery.waitforimages';
|