svelte-strip strip cannot work without "type": "module" in package.json #2
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sciactive/svelte-strip#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I try to remove
"type": "module"from package.json.Wrong report like this:
I don't need
"type": "module"in my package.json, what should I do to solve this problem?Please help me, thanks very much!
Its my fault. I used the wrong type in
svelte-compile.js.