-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting graphic.interactive = true, gives errors #28
Comments
That's double-pixi error. graphics-smooth minimal requirement is 6.0.4 and you put something like 6.0.1 in packagejson , right? If not, anyway, remove your packagelock node_modules and install everything again. |
The version is at 6.5.6. I've tried multiple times to delete/reinstall node_modules and package-lock.json. |
Please provide your demo, webpack-knowledgable people should point what's the problem ) |
Not sure what's the best way to share a demo, but here is repo: https://github.com/mmmintdesign/pixi-demo |
I looked at the demo and I dont understand whats wrong with interaction. @bigtimebuddy can you please look at it? |
This worked fine for me: https://codesandbox.io/s/eager-napier-88ev5c I think this is a Webpack issue. |
Now I remember! Yes, it can be webpack issue, there was one not long ago. Please update webpack to latest. |
Obviously, use whatever tools meet your needs, but I think Parcel is more usable out-of-the-box and faster. Would highly recommend over Webpack. |
Updated Webpack and all related packages, still getting the bug. Just used to Webpack, might have to switch to Parcel |
Ugh, those bundlers, ughhhhh |
Setting graphic.interactive = true, gives errors
The text was updated successfully, but these errors were encountered: