Skip to content

Webpack export module name #28

Description

@saveman71

Hello!

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

module.exports = 'ui.bootstrap.datetimepicker'

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

angular.module('ui.dateTimeInput', [])
.service('dateTimeParserFactory', DateTimeParserFactoryService)
.directive('dateTimeInput', DateTimeInputDirective)

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: master...LaBelleAssiette:fix-webpack-export

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions