Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix nomodule path resolution #210

Merged
merged 1 commit into from Feb 16, 2020
Merged

fix nomodule path resolution #210

merged 1 commit into from Feb 16, 2020

Conversation

FredKSchott
Copy link
Owner

user-provided "nomodule" paths were being detected as package imports ("src/a/b.js") instead of on-disk files (/a/b/src/app.js). I think Rollup handled this automatically for us, until we added that deep-package import detection plugin which tried to treat it as a package.

@FredKSchott FredKSchott merged commit fb79d10 into master Feb 16, 2020
@FredKSchott FredKSchott deleted the fix-nomodule branch February 16, 2020 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant