解决方法 111
target: 'es2018'
// vite.config.{ts,js} // ..... other configurationsbuild: {target: 'es2018',// .....other configurations } // .....other configurations
参考 https://github.com/umodoc/editor/issues/319
解决方法 111
target: 'es2018'
// vite.config.{ts,js} // ..... other configurationsbuild: {target: 'es2018',// .....other configurations } // .....other configurations
参考 https://github.com/umodoc/editor/issues/319