From 38c41d86c65a66fa1db4a1162618a0f2ad409d72 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Thu, 7 Apr 2016 11:52:56 -0500 Subject: [PATCH] Specifies package format for jspm. --- make.js | 1 + 1 file changed, 1 insertion(+) diff --git a/make.js b/make.js index 95469251b..1f6c9242c 100644 --- a/make.js +++ b/make.js @@ -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