mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #10244 from dardinier/fix-webpack-example
Fix webpack example
This commit is contained in:
commit
960213cb69
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
"build": "webpack"
|
||||
},
|
||||
"devDependencies": {
|
||||
"webpack": "^4.10.2",
|
||||
"webpack-cli": "^2.1.4",
|
||||
"webpack": "4.21.0",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"pdfjs-dist": "../../node_modules/pdfjs-dist"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue