Merge pull request #7169 from yurydelendik/jspm-format
Specifies package format for jspm.
This commit is contained in:
commit
6123c0367f
1
make.js
1
make.js
@ -337,6 +337,7 @@ target.dist = function() {
|
|||||||
'./build/pdf.worker.js': false,
|
'./build/pdf.worker.js': false,
|
||||||
'node-ensure': false
|
'node-ensure': false
|
||||||
},
|
},
|
||||||
|
format: 'amd', // to not allow system.js to choose 'cjs'
|
||||||
repository: {
|
repository: {
|
||||||
type: 'git',
|
type: 'git',
|
||||||
url: DIST_REPO_URL
|
url: DIST_REPO_URL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user