You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install pdfjs-dist in a clean repo, I get the following warning:
npm WARN [email protected] requires a peer of webpack@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.
Please add webpack (at least) to the peerDependencies (dependencies can be as well, but will make this one bloated), since this is a peerDependency of worker-loader.
The text was updated successfully, but these errors were encountered:
When I install
pdfjs-dist
in a clean repo, I get the following warning:Please add
webpack
(at least) to thepeerDependencies
(dependencies
can be as well, but will make this one bloated), since this is a peerDependency ofworker-loader
.The text was updated successfully, but these errors were encountered: