Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Fix missing web_module check for dynamic imports #72

Merged
merged 1 commit into from
Mar 29, 2020

Conversation

jacobdeichert
Copy link
Owner

Describe the solution

When a svelte file contained a dynamic import like const HomePage = () => import('/pages/Home/index');, the snowpack check for missing web_modules would always fail because es-module-lexer seems to have the paths wrapped in quotes I guess.

@jacobdeichert jacobdeichert merged commit 4950414 into master Mar 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant