UstymUkhman / vite-plugin-glsl

:spider_web: Import, inline (and compress) GLSL shader files :electric_plug:
https://www.npmjs.com/package/vite-plugin-glsl
MIT License
319 stars 21 forks source link

Double warning messages of duplicated imports #14

Closed UstymUkhman closed 2 years ago

UstymUkhman commented 2 years ago

When warnDuplicatedImports is set to true (by default) and duplicated chunk import occurs, the same warning message is thrown twice in the console: warn .

UstymUkhman commented 2 years ago

Fix in Release #11.