-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
CreateJS doesn't work with web pack.
throwing in runtime: createjs.js:58 Uncaught ReferenceError: createjs is not defined
you are try to reference to this.createjs and expecting this to be a window object, but it is actually webpack module wrapper.
could you fix the referencing to exactly CreateJS instance not to this.createjs
Thank you.
Metadata
Metadata
Assignees
Labels
No labels