Here is my code:
(function($){ $.fn.pluginbutton = function (options) { myoptions = $.extend({ left: true }); return this.each(function (
It works on my case:
import * as JQuery from "jquery"; const $ = JQuery.default;