Anidetrix / rollup-plugin-styles

🎨 Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more.
https://anidetrix.github.io/rollup-plugin-styles
MIT License
242 stars 43 forks source link

Suppress `Unresolved URL` warning #193

Closed mikehwagz closed 2 years ago

mikehwagz commented 2 years ago

Is it possible to suppress the Unresolved URL warnings? I am using a different rollup plugin to copy my font files from src/public to the build directory and I would love to get rid of warnings for several font files as they are clogging up the terminal.

I realize this is an unconventional usage, but curious if you have any ideas.

Thanks!

mikehwagz commented 2 years ago

My bad! I realized setting the url option to false did the trick :-)

Thanks for the great plugin 🍻