dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Change output format for custom elements #203

Closed mwistrand closed 7 years ago

mwistrand commented 7 years ago

Type: bug

The following has been addressed in the PR:

Description:

Update the output configuration for custom element builds so that they are build with a jsonp wrapper, as opposed to a UMD wrapper, and also remove additional library-specific output configuration options. Changes have been verified locally with a test application that builds two separate custom elements.

Resolves #202