amis 引入@monaco-editor/react减少webpack插件使用

plicqrtu  于 5个月前  发布在  React
关注(0)|答案(3)|浏览(74)
是否关联于某个问题吗:

因为使用了nextjs,想在里面引入amis,但报错如下

Global CSS cannot be imported from within node_modules.
Read more: https://nextjs.org/docs/messages/css-npm
Location: node_modules/amis-ui/node_modules/monaco-editor/esm/vs/base/browser/ui/actionbar/actionViewItems.js
预期的解决方案:

其实已经有封装好的包 - @monaco-editor/react ( https://github.com/suren-atoyan/monaco-react)
可以不在工程里面再添加 monaco-editor-webpack-plugin

其他可接受方案:
任何附加信息:
rqmkfv5c

rqmkfv5c1#

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

a64a0gku

a64a0gku2#

遇到同样的问题。

相关问题