-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
7.3.1 - Default condition should be last one #9691
Comments
How are you getting this error? Can you please provide more information. |
Seems like this might be a webpack issue I think I just need to move each |
I've published a new version of |
Confirmed by a user in the discord that this is working for them @davidye You should just be able to uninstall/reinstall pixi, or maybe |
Dear pixi.js community Regarding package.json of @pixi/colord v2.9.5, the export field of the root directory In local, the problem was corrected when rewritten as follows. "exports": {
".": {
"import": {
"types": "./index.d.ts",
"default": "./index.mjs"
},
"require": {
"types": "./index.d.ts",
"default": "./index.js"
}
}, I hope this helps the pixi.js community. |
Hey @MasatoMakino thanks for this I've released |
Current Behavior
Updated to 7.3.1 and getting this compilation error:
./node_modules/@pixi/color/lib/Color.mjs:1:0
Module not found: Default condition should be last one
Expected Behavior
No compilation error
Steps to Reproduce
Seems related to the hotfix?
Environment
pixi.js
version: e.g. 7.1.0Possible Solution
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: