developit / microbundle

📦 Zero-configuration bundler for tiny modules.
https://npm.im/microbundle
MIT License
8.04k stars 362 forks source link

load raw files (ex: html) #898

Open sebaplaza opened 3 years ago

sebaplaza commented 3 years ago

Hello,

There is a way to load raw files ?

In the case of an UI components library

ex :


import template from './template.html?raw'

thanks!

developit commented 2 years ago

Might be interesting to support the querystring parameter - IIRC Vite supports that out-of-the-box too.