Closed as not planned
Description
Describe the bug
在文件中引入vue3-ace-editor工具包, import { VAceEditor } from 'vue3-ace-editor';
import 'ace-builds/src-noconflict/theme-chrome';
import 'ace-builds/src-noconflict/theme-monokai.js';
import 'ace-builds/src-noconflict/mode-python.js';
import 'ace-builds/src-noconflict/mode-sh.js';
开发模式,编译报错 [plugin:vite:import-analysis] Failed to resolve import "./es6-shim" from "node_modules/.pnpm/[email protected]/node_modules/ace-builds/src-noconflict/ace.js?v=0fdb31f4". Does the file exist? 是因为node_modules/ace-builds/src-noconflict/ace.js中的文件内容既不是esm,也不是commonjs,而是AMD风格
Reproduction
Steps to reproduce
No response
System Info
Chrome
版本 136.0.7103.116(正式版本) (64 位)
Used Package Manager
pnpm
Logs
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs and the Rolldown-related guide.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.