You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is fixable by leveraging the getModuleId option in the grunt babel:umd configuration as you can see here. If you want I can open a pull request ...
The text was updated successfully, but these errors were encountered:
It seems that babel by default is lowercasing all module names, which is causing errors when trying to use the UMD builds in global environment.
Popover.js is requiring global.Tooltip
But tooltip.js is only defining global.tooltip ...
This is fixable by leveraging the getModuleId option in the grunt babel:umd configuration as you can see here. If you want I can open a pull request ...
The text was updated successfully, but these errors were encountered: