-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot compile SFC file in another package #56
Comments
Can you try |
The log of
|
Look caused by compiler ts.We can track here.#6 |
@underfin, @ushironoko Is Using Version 0.10.2 Which Is Not Typescript Supported. Typescript Support Added In 0.11.0. |
@bekalshenoy @underfin |
This issue seems to be similar to #74 . When I started the development server with |
Just realized the build part isn't working yet. |
Should work both for dev and build in 12.0.0. |
@yyx990803 |
When importing the SFC file in another package from the vite application, the following error is output.
Also, during
vite build
, an error is output that rollup cannot parse the SFC file.The following is when running it in my local environment.
Work repository
https://github.com/ushironoko/vite-playground
The repository consists of mono repos, and
another packages
can be found inpackages / vite-components
.This worked fine when I placed the SFC file in the same workspace. Do you know the cause?
Thank you.
The text was updated successfully, but these errors were encountered: