-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[3.4-beta/rc-1] Unable to resolve module "#default#VML" #14037
Copy link
Copy link
Open
Labels
Description
Hi,
When importing leaflet/dist/leaflet.css (as an example) in a Vue component, Meteor 3.4-rc.1 generates a build warning about an unresolved module #default#VML in the auto-generated client-meteor.js file. The warning appears even though the application seems to function correctly.
Unable to resolve some modules:
"#default#VML" in /home/project/build/main-prod/client-meteor.js (web.browser)
If you notice problems related to these missing modules, consider running:
meteor npm install --save #default#VML
- This issue was first reported in the Meteor Forums
- A minimal reproduction repository is available: https://github.com/harry-73/meteor-defaultVML-issue
This does not appear to have any functional impact.
Reactions are currently unavailable