3 Matching Annotations
- Oct 2020
-
-
make sure that .mjs remains in the list of extensions and appears before .js
Tags
Annotators
URL
-
- Sep 2020
-
stackoverflow.com stackoverflow.com
-
I think your error is because you don't have .mjs in your webpack's resolve.extensions. The file singled out by the error message ./internal is actually a .mjs file, but you only have .svelte extensions...
-