This repository was archived by the owner on Nov 12, 2024. It is now read-only.
Replies: 4 comments
|
Hi! There're multiple other breaking changes in the beta version, check out Also I think you don't need the |
0 replies
|
Hey thanks, it works! Sorry, wasn't aware of the name change. I can also verify that the alias is no longer needed. |
0 replies
|
Also, I noticed the fonts look much better than the previous pixelated ones. |
0 replies
|
Sorry, my bad ... you still need include the alias in |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I thought it'd be cool using the latest and greatest beta version of kaboom by running
yarn kaboom@nextpackage.json
Additionally, since I am using
ParcelwithTypescriptI have the following defined:With the latest stable 0.5.1 version, everything worked just fine, but now even though I am using the identical code, I am getting the notorious message:
Using the 0.5.1 version I had a similar problem, but it was fixed by adding the alias mentioned above, now it seems to be back to the drawing board for me.
Any ideas what I might be doing wrong and how to fix?
All reactions