-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
typescript: Undocumented outputToFilesystem option emits warning if not present #1227
Comments
Happy to review a PR with the changes you'd like to see. |
@shellscape the question is more : what needs to be done to remove the warning ? |
I just ran into this today when trying to turn on incremental builds. When "incremental" is set to true in tsconfig this warning appears. At the same time a new ".rollup.cache" folder is created in project root. Could this warning be related to that? |
Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it. ⓘ |
I think it should be reopened |
This ticket should be reopen and I believe it is related to Typescript Project References. |
➕ Can this be reopened? This is still a problem |
people, please read the bot message. it will be reopened when the community steps up to help. |
As a workaround, if you don't really need incremental compiling for TypeScript, just set |
For reference, here is the IntelliSense for the property:
|
Generally the behavior without this option set is technically correct despite the warning. The file outputted outside the bundle, the |
Please reopen this issue. I really need incremental to be true for my project since it takes a really long time when building. |
… cache and associated problems: rollup/plugins#1227 (comment)
Documentation Is:
Please Explain in Detail...
When configured minimally (so, using defaults), the plugin is printing a warning:
This option is not documented on the README and the message doesn't have any further information. It's not clear what the options are to remove the warning.
Your Proposal for Changes
References
The text was updated successfully, but these errors were encountered: