美文网首页
wangeditor5: You may need an app

wangeditor5: You may need an app

作者: 靴唯白 | 来源:发表于2023-03-22 10:42 被阅读0次

前言

公司vue2老项目需要增加一个富文本编辑器,所以选择了wangeditor(上手快,文档友好),然后按照文档安装以后就报错"You may need an appropriate loader to handle this file type",然后网上找了很多资料都不成功


报错

解决办法

更改webpack.base.conf.js文件,内容如下:


webpack.base.conf.js

添加内容(注意:不要丢掉下划线):
resolve('node_modules/_@wangeditor_editor')
然后重启项目,就能成功

相关文章

网友评论

      本文标题:wangeditor5: You may need an app

      本文链接:https://www.haomeiwen.com/subject/dwivrdtx.html