We're a place where coders share, stay up-to-date and grow their careers.
I followed this article but chose "yes" for TypeScript. I saw the error Error: Failed to load /_app/assets/generated/root.js: NOT_FOUND when I tried to launch, but I was able to fix this issue by making this change to snowpack.config.js:
Error: Failed to load /_app/assets/generated/root.js: NOT_FOUND
snowpack.config.js
github.com/snowpackjs/snowpack/dis...
Thanks a lot, Joel! I'll make a note in the article.
I followed this article but chose "yes" for TypeScript. I saw the error
Error: Failed to load /_app/assets/generated/root.js: NOT_FOUND
when I tried to launch, but I was able to fix this issue by making this change tosnowpack.config.js
:github.com/snowpackjs/snowpack/dis...
Thanks a lot, Joel! I'll make a note in the article.