Skip to content

Commit

Permalink
fix: build with default export
Browse files Browse the repository at this point in the history
this is likely a breaking change for Node.js/JS users.

closes tildeio#136
  • Loading branch information
calebboyd committed Jan 22, 2020
1 parent 5d2cc39 commit d1cd4a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = function () {
annotation: 'route-recognizer.js',
rollup: {
entry: 'route-recognizer.js',
exports: 'named',
plugins: [ loadWithInlineMap(), buble() ],
sourceMap: true,
targets: [{
Expand Down

0 comments on commit d1cd4a6

Please sign in to comment.