fixed import statement for jquery

This commit is contained in:
Marco Pagani 2020-11-18 10:28:11 -05:00
parent 1077ace123
commit 225d6d14bf

View file

@ -1,8 +1,6 @@
// this file should be concatenated at the top of the legacy js files
// this refuses to work with ES6 syntax, TODO
var $, jQuery;
$ = jQuery = require("jquery");
import $ from "jquery";
import "jquery-color";
import "jquery-easing";
import "jquery.cookie";