-
Notifications
You must be signed in to change notification settings - Fork 71
Cache is not cleared when transformer changes #228
Copy link
Copy link
Open
Labels
PR welcomekind: bugSomething isn't working properlySomething isn't working properlykind: featureNew feature or requestNew feature or requestpriority: blockedProgress on this is blockedProgress on this is blockedpriority: in progressscope: cacheRelated to the cacheRelated to the cachescope: docsDocumentation could be improved. Or changes that only affect docsDocumentation could be improved. Or changes that only affect docsscope: upstreamIssue in upstream dependencyIssue in upstream dependencysolution: workaround availableThere is a workaround available for this issueThere is a workaround available for this issue
Description
Metadata
Metadata
Assignees
Labels
PR welcomekind: bugSomething isn't working properlySomething isn't working properlykind: featureNew feature or requestNew feature or requestpriority: blockedProgress on this is blockedProgress on this is blockedpriority: in progressscope: cacheRelated to the cacheRelated to the cachescope: docsDocumentation could be improved. Or changes that only affect docsDocumentation could be improved. Or changes that only affect docsscope: upstreamIssue in upstream dependencyIssue in upstream dependencysolution: workaround availableThere is a workaround available for this issueThere is a workaround available for this issue
What happens and why it is wrong
Without
clean: trueoption, the plugin is catching the configuration even if changes at rollup config level are done (changing the implementation of a transformer implementation for instance)Until verbosity: 3 was not set, it was not discovered cache could be an issue
Questions
clean: falseas default? It sounds like the default configuration should be without """magic""" on top right?Environment
macOS catalina v10.15.4
node 14.2.0
Versions
rollup.config.js
Not relevant
tsconfig.json
Not relevant
package.json
Not relevant
plugin output with verbosity 3
Not relevant