You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! This lib seems to be not working with snowpack 3.3.7. I am getting this error:
Error [ERR_REQUIRE_ESM]: require() of ES Module
node_modules/@mdx-js/mdx/index.js
from
node_modules/snowpack-plugin-mdx/dist/main/index.js
not supported.
Instead change the require of
node_modules/@mdx-js/mdx/index.js
in
node_modules/snowpack-plugin-mdx/dist/main/index.js
to a dynamic import() which is available in all CommonJS modules.
I guess snowpack does not like the commonJS style import...
Is there any workaround?
The text was updated successfully, but these errors were encountered:
Hello! This lib seems to be not working with snowpack 3.3.7. I am getting this error:
I guess snowpack does not like the commonJS style import...
Is there any workaround?
The text was updated successfully, but these errors were encountered: