pixelhandler / ember-cli-es5-shim

An Ember CLI addon to import the es5-shim (using a generator)
MIT License
6 stars 3 forks source link

Don't use minified file because of source mapping issues #5

Closed joostdevries closed 8 years ago

joostdevries commented 8 years ago

https://github.com/ember-cli/ember-cli-uglify/issues/4#issuecomment-169362253

joostdevries commented 8 years ago

@pixelhandler ping

pixelhandler commented 8 years ago

@joostdevries what are the source mapping issues?

joostdevries commented 8 years ago

@pixelhandler as mentioned in https://github.com/ember-cli/ember-cli-uglify/issues/4#issuecomment-169362253, ember-cli-uglify breaks when there are sourcemap refs present in the source files.

pixelhandler commented 8 years ago

thanks @joostdevries, I merged, tagged 0.2.0, and npm published :)

joostdevries commented 8 years ago

awesome, thanks!