Replies: 2 comments
-
Solved it by inserting absolute path |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to move a CRA project to Snowpack CRA.
I am getting stuck when running
snowpack dev
First Snowpack throws this exports error at me.
then the develpment process crashes with this related error I assume.
draft-js-import-markdown has a ESM module. I cannot figure out how I can fix this.
This is my current snowpack config
Here is the contents of node_modules/draft-js-import-markdown/esm/main.js
Beta Was this translation helpful? Give feedback.
All reactions