Skip to content

Commit

Permalink
Merge pull request #7169 from yurydelendik/jspm-format
Browse files Browse the repository at this point in the history
Specifies package format for jspm.
  • Loading branch information
yurydelendik committed Apr 7, 2016
2 parents 911a2ca + 38c41d8 commit 6123c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ target.dist = function() {
'./build/pdf.worker.js': false,
'node-ensure': false
},
format: 'amd', // to not allow system.js to choose 'cjs'
repository: {
type: 'git',
url: DIST_REPO_URL
Expand Down

0 comments on commit 6123c03

Please sign in to comment.