在vite下使用了react-codemirror2
vite
react-codemirror2
控制台报错global is not defined
global is not defined
在入口文件 index.html 中加入
index.html
<script> window.global = window; </script>
Last updated 4 years ago