-
Notifications
You must be signed in to change notification settings - Fork 522
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
If a package is missing, warn which file imported it. #1463
Comments
To make this warn now, you'll probably manually have to delete |
I have the same issue with the "map": {
"events": "~/node_modules/events/events"
},
"bundle": [
"~/node_modules/events/events", Which causes
Is there some way to create a mapping to fix this? Currently the only solution I have is to manually create the |
My solution to solve this issue is to add Line 400 in 8c81c5a
|
After discussion with @matthewp the error will look like the following screenshot: |
The above warning should be visible by using this commit: canjs/can-stache-route-helpers@5085b65
of
can-stache-route-helpers
The text was updated successfully, but these errors were encountered: