ERROR in ./node_modules/react-pdf/node_modules/pdfjs-dist/build/pdf.js 405:14
Module parse failed: Unexpected token (405:14)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| }
| function _isValidProtocol(url) {
> switch (url?.protocol) {
| case "http:":
| case "https:":
@ ./node_modules/react-pdf
大佬 我的老师报错,请问知道什么情况吗
react预览pdf文件(react-pdf)前言:最近有关于在项目里预览pdf的需求,找了好多资料,看了好多博客,问了好多人,最终用的技术是react-pdf。此文章是本人的使用心得~ 1、安装插件npm i reac...