ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

Ensure a semicolon is added to the end of all browserify bundles #64

Closed asakusuma closed 8 years ago

asakusuma commented 8 years ago

Non-sourcemapped bundles already had semicolons, but sourcemapped bundles did not.

See: https://github.com/ef4/ember-browserify/issues/63 and https://github.com/substack/node-browserify/issues/806

Fixes https://github.com/ef4/ember-browserify/issues/63