Rollup plugin is a leaky abstraction #550
thescientist13
started this conversation in
General
Replies: 1 comment
-
Might also want to loop in the following? Also, even after #971 and being able to drop a bunch of Rollup plugins the API is still needed for some of the following exceptions
Also, could / should we defer .js files to Greenwood resources too? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Been thinking about how we support a rollup plugin, which to me feels like a leaky abstraction. I say that because this is generally used to configure Rollup to handle non-JS things, like JSON or TypeScript but we already have a Resource plugin that can do that in development, so why not for Rollup too? 🤔
This is currently being handled in some cases already (I think) so not sure if this just my naivety around how Rollup works, but it would be nice to at least harmonize this since it feels like a duplication of effort in some ways.
Beta Was this translation helpful? Give feedback.
All reactions