There are likely some things I missed, so please make sure you check to make sure everything builds and compiles correctly! I'm currently waiting on two issues in the swc project to close (https://github.com/swc-project/swc/issues/846, and https://github.com/swc-project/swc/issues/847) to move over from babel to swc. The build times for swc are 20x faster and in my testing, I was able to compile all of chameleon in just 2.8 seconds as opposed to the ~10 that it takes with babel.
Please ignore the failing Netlify build, circleci should be green though :) On that note, if anyone knows how to get Netlify to deploy from a specific directory help me please!
Closes #334 Closes #183
There are likely some things I missed, so please make sure you check to make sure everything builds and compiles correctly! I'm currently waiting on two issues in the
swc
project to close (https://github.com/swc-project/swc/issues/846, and https://github.com/swc-project/swc/issues/847) to move over from babel to swc. The build times for swc are 20x faster and in my testing, I was able to compile all of chameleon in just 2.8 seconds as opposed to the ~10 that it takes with babel.