After compiling the latest version of the Good theme, the draggable.bundle.js file is completely different from the JavaScript file used in this example.
The basic examples on the preview pages don't work at all.
What could be wrong with this plugin integration?
first lines of compile file :
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
....
First lines on preview page
!function(t, e) {
"object" == typeof exports && "undefined" != typeof module ? e(exports) : "function" == typeof define && define.amd ? define(["exports"], e) : e((t = "undefined" != typeof globalThis ? globalThis : t || self).Draggable = {})
}(this, (function(t) {
"use strict";
class e {
constructor(t) {
this._canceled = !1,
....
Hi Scorff T,
Could you please check the console log to see if there are any JavaScript errors?
Thanks.