Closed
Description
The documentation states:
If you're using Svelte components installed from npm, you should specify this option
I don't use any external Svelte components, and this explodes my webpack build output with errors from both Svelte and zip-js that look like:
Module not found: Error: Package path . is not exported from package C:\...\node_modules\svelte (see exports field in C:\...\node_modules\svelte\package.json)
Adding the fullySpecified: false
check for svelte as mentioned in the README seems to solve the svelte errors, but I can't work out the right syntax to fix zip-js, so I'd just like to disable the warning entirely.
Metadata
Metadata
Assignees
Labels
No labels