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
Hi! 😄 thank you for creating this project! It's a great way to understand bundlers more.
File loaders are also a heavily used feature provided by different bundlers. Would you accept very introductory code regarding loaders? Basically we could create a different example folder showing how minipack would work with file loaders.
Hi! 😄 thank you for creating this project! It's a great way to understand bundlers more.
File loaders are also a heavily used feature provided by different bundlers. Would you accept very introductory code regarding loaders? Basically we could create a different example folder showing how minipack would work with file loaders.
Here's a gist with a very basic css file loader example (along with the generated
bundle.js
):https://gist.github.com/mayank23/6163214ce6b7562bd300b9a79ef5dde4. (still needs explanation comments)
If interested I could make a PR for this. I feel that having some introductory examples of heavily used bundler features would immensely help also.
Thank you!!
The text was updated successfully, but these errors were encountered: