Failed to parse source map (@toast-ui/editor/dist/purify.js.map) 秀秀不只会前端 2024-05-11 141 阅读1分钟 使用 toast-ui-editor 时出现报错:Failed to parse source map (@toast-ui/editor/dist/purify.js.map) 解决方法很简单: "start": "set "GENERATE_SOURCEMAP=false" && react-scripts start ", 在启动脚本时添加执行 GENERATE_SOURCEMAP=false 的指令即可。