Specifies package format for jspm.

This commit is contained in:
Yury Delendik 2016-04-07 11:52:56 -05:00
parent 911a2ca1c6
commit 38c41d86c6

View File

@ -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