fengxinming / vite-plugins

Some custom plugins for vitejs.
https://fengxinming.github.io/vite-plugins/
MIT License
70 stars 6 forks source link

menorepo下不支持external #5

Open cixing opened 2 years ago

cixing commented 2 years ago

Uncaught TypeError: Failed to resolve module specifier "react". Relative references must start with either "/", "./", or "../".

cixing commented 2 years ago

image monorepo下,依赖包不在vite.config.js目录,在上级目录,说找不到react的位置

fengxinming commented 2 years ago

@cixing 你有没有比较简单的demo我试一下