d7b39fe696
*Please note:* While following the steps in the README still works with this patch, in the sense that the example runs and successfully renders a PDF document, I unfortunately cannot tell if it illustrates Webpack best practices.
13 lines
237 B
JSON
13 lines
237 B
JSON
{
|
|
"name": "webpack-pdf.js-example",
|
|
"version": "0.2.0",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"pdfjs-dist": "../../node_modules/pdfjs-dist"
|
|
}
|
|
}
|