angular-date-time-input icon indicating copy to clipboard operation
angular-date-time-input copied to clipboard

Webpack export module name

Open saveman71 opened this issue 5 years ago • 1 comments

Hello!

Currently the webpack export is ui.bootstrap.datetimepicker. Is this intended?

https://github.com/dalelotts/angular-date-time-input/blob/c7fc75b6f7f4664927ecdbbb902b5a156613fb13/src/dateTimeInput.js#L20

I expected the export to be ui.dateTimeInput, as the module name is that:

https://github.com/dalelotts/angular-date-time-input/blob/c7fc75b6f7f4664927ecdbbb902b5a156613fb13/src/dateTimeInput.js#L29-L31

I'm gonna go ahead a create a fork that fixes that for our own purposes, do tell me if you would be accepting a PR.

This would probably be a major release, though.

EDIT: done: https://github.com/dalelotts/angular-date-time-input/compare/master...LaBelleAssiette:fix-webpack-export

saveman71 avatar Apr 20 '20 08:04 saveman71

Submit a PR - I may merge it, I may not. This isn't really maintained anymore but a PR may help others.

dalelotts avatar Apr 25 '20 02:04 dalelotts