Replies: 2 comments 1 reply
-
This is a good followup for #854 - how far do we go in polyfilling Creating a prioritized issue to track. |
Beta Was this translation helpful? Give feedback.
-
@benoitg can you please check if the problem is resolved with the latest snowpack release? It was resolved in #920 and released in https://github.com/pikapkg/snowpack/releases/tag/snowpack%402.9.1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
With Snowpack 2.8.0 everything works fine.
The problem occurs in VFile (https://github.com/vfile/vfile), part of unified
Here is a chunk of the traceback in our specific project if trying to run with snowpack 2.9.0
Ultimately, it chokes on this line: https://github.com/vfile/vfile/blob/9a2b75531a125fe46a05127f3f804dc86123fbf0/core.js#L55
Once again, in 2.8.0 everything works fine. In 2.9.0, the code chokes in the exact same way when using either:
My (working in 2.8.0) snowpack.config.js is:
I presume this is related to #854
Beta Was this translation helpful? Give feedback.
All reactions