67746ac1c0
Once the next PDF.js release is made, the `webpack` example will no longer work since the non-translated builds now use ECMAScript features not supported by older `webpack`-versions.
13 lines
237 B
JSON
13 lines
237 B
JSON
{
|
|
"name": "webpack-pdf.js-example",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.11.1",
|
|
"webpack-cli": "^4.3.1",
|
|
"pdfjs-dist": "../../node_modules/pdfjs-dist"
|
|
}
|
|
}
|