Use webpack to deliver underscore (and use newest version)
This commit is contained in:
@ -12,6 +12,8 @@ import 'jquery'
|
||||
import 'bootstrap/dist/js/bootstrap.bundle.min';
|
||||
import 'chosen-js/chosen.jquery';
|
||||
import 'jstree';
|
||||
import 'underscore';
|
||||
window._ = _; // Publish underscore's `_` in global namespace
|
||||
|
||||
// CSS
|
||||
import 'chosen-js/chosen.css';
|
||||
|
Reference in New Issue
Block a user