-
Notifications
You must be signed in to change notification settings - Fork 71
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
ENOENT: no such file or directory, open '...?rollup-plugin-vue=script.d.ts'
#97
Comments
Should be fixed in master now -- I'm ignoring declarations for vue modules for now. Another option is to cut out everything after |
OK. Thank you. 🙇♀ I'm not sure whether declaration from Vue file is important or not. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
@znck should declaration for I can't write them out as |
Part after |
Maybe |
Ok, try the master now. There is still a problem of @znck can a single vue file contain multiple typescript blocks and will vue plugin turn them into separate virtual modules? |
There would be only one script (typescript) block per file. |
ENOENT: no such file or directory, open '...?rollup-plugin-vue=script.d.ts'
What happens and why it is wrong
Get this error when using with
rollup-plugin-vue
when setdeclaration
totrue
intsconfig.json
.Repo to Repro: https://github.com/gluons/rollup-plugin-typescript2-issue-97
Environment
OS: Windows 10
Node: v10.4.1
Yarn: 1.7.0
Versions
rollup.config.js
tsconfig.json
package.json
plugin output with verbosity 3
The text was updated successfully, but these errors were encountered: