You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought maybe this was a Less issue, but I did some debugging, and in my Rollup config, I have a TypeScript compiler and a Less compiler.
In Rollup watch mode, I can trace and see that @rollup/plugin-typescript fires its plugin methods and re-compiles TypeScript. However, for this plugin, the rollup-plugin-less transform method never fires again, and Rollup will always provide the same (initial) compiled CSS bundle.
The text was updated successfully, but these errors were encountered:
I thought maybe this was a Less issue, but I did some debugging, and in my Rollup config, I have a TypeScript compiler and a Less compiler.
In Rollup watch mode, I can trace and see that
@rollup/plugin-typescript
fires its plugin methods and re-compiles TypeScript. However, for this plugin, therollup-plugin-less
transform method never fires again, and Rollup will always provide the same (initial) compiled CSS bundle.The text was updated successfully, but these errors were encountered: