1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

Init PDFWorker via MesssagePort.

This commit is contained in:
Yury Delendik 2017-02-24 13:33:18 -06:00
parent cada411af4
commit 51767d63fe
5 changed files with 52 additions and 4 deletions

View file

@ -205,7 +205,8 @@ target.dist = function() {
bugs: DIST_BUGS_URL,
license: DIST_LICENSE,
dependencies: {
'node-ensure': '^0.0.0' // shim for node for require.ensure
'node-ensure': '^0.0.0', // shim for node for require.ensure
'worker-loader': '^0.7.1', // used in external/dist/webpack.json
},
browser: {
'node-ensure': false