Could not resolve entry module (packages\sfc-playground\src\index.ts)
Version
3.1.0-beta.2
Reproduction link
Steps to reproduce
just run yarn build -s
in windows
What is expected?
remove the error
What is actually happening?
when i use yarn build -s
, i get Error: Could not resolve entry module (packages\sfc-playground\src\index.ts)
, i think rollup will find index.ts, but packages/sfc-playground/src
do not hava index.ts
file, should remove this file when building?
Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the forum, the Discord server or StackOverflow.