-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
When building the library with ng build, the following warning are logged:
Bundling to UMD
WARNING: No name was provided for external module 'date-fns' in output.globals – guessing 'dateFns'
WARNING: No name was provided for external module 'lodash' in output.globals – guessing 'lodash'
WARNING: No name was provided for external module 'lodash-es/find' in output.globals – guessing 'find'
WARNING: No name was provided for external module 'lodash-es/includes' in output.globals – guessing 'includes'
WARNING: No name was provided for external module 'qs' in output.globals – guessing 'qs'
This can be fixed by adding the dependencies as umdModuleIds to the ng-package.json.
I will create a pull-request for this.
Metadata
Metadata
Assignees
Labels
No labels