You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I've inherited a project that is using your plugin, and I've caused somewhat of an error while updating the webpack configurations, and some other things. To give a bit of backstory, We are requiring jquery in our entry point, but assigning it to the window, so then jquery is globally accessible from all files without having to require it for each one.
Anyway - I ran into a problem, where after I've updated webpack, its telling me that what 'window' var that is passed in in undefined, and I'm not sure why. But I dont really think you even need to pass in the window object, because its globally available anyway, right?
The text was updated successfully, but these errors were encountered:
Hey, I've inherited a project that is using your plugin, and I've caused somewhat of an error while updating the webpack configurations, and some other things. To give a bit of backstory, We are requiring jquery in our entry point, but assigning it to the window, so then jquery is globally accessible from all files without having to require it for each one.
Anyway - I ran into a problem, where after I've updated webpack, its telling me that what 'window' var that is passed in in undefined, and I'm not sure why. But I dont really think you even need to pass in the window object, because its globally available anyway, right?
The text was updated successfully, but these errors were encountered: