Merge pull request #10244 from dardinier/fix-webpack-example

Fix webpack example
This commit is contained in:
Tim van der Meij 2018-11-12 23:31:09 +01:00 committed by GitHub
commit 960213cb69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}