1 Matching Annotations
- 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...
-