Error when building website with snowpack 3.1.2 #2982
Replies: 3 comments 3 replies
-
Yep I've been getting this too randomly with an Eleventy site I'm building running Snowpack ^3.2.2. Usually it's with a png icon file. Only fix I've found is to delete the _site file and then rerun dev. It works for a while seems to handle the png fine and then breaks again. |
Beta Was this translation helpful? Give feedback.
-
I get the same error, but it does not stop the build. As far as I can tell, I find no errors with the actual build, except the missing optimize-manifest.json file. I did not update snowpack, it for some reason just started to happen, and when I test an older version of my repo, it can still throw the same error. |
Beta Was this translation helpful? Give feedback.
-
Similar issue. But even the verbose output isn't really helpful. It builds everything and then fails as soon as it starts optimize:
so it's impossible to find the file with the problem but I can't just remove the optimize plugin for obvious reasons... I think dev doesn't throw this error since the dev server doesn't optimize. |
Beta Was this translation helpful? Give feedback.
-
After I updated to snowpack 3.1, I get the following error when building the website:
When I run
snowpack dev
the error is not thrown.Beta Was this translation helpful? Give feedback.
All reactions