Update the webpack-versions used in examples/webpack

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.
This commit is contained in:
Jonas Jenwald 2021-01-05 12:42:11 +01:00
parent ed3758f84d
commit 67746ac1c0

View File

@ -5,8 +5,8 @@
"build": "webpack"
},
"devDependencies": {
"webpack": "4.21.0",
"webpack-cli": "^3.1.2",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"pdfjs-dist": "../../node_modules/pdfjs-dist"
}
}