Browse Source

Specifies package format for jspm.

Yury Delendik 9 years ago
parent
commit
38c41d86c6
  1. 1
      make.js

1
make.js

@ -337,6 +337,7 @@ target.dist = function() { @@ -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

Loading…
Cancel
Save