Releases: vanruesc/esbuild-plugin-glsl
Releases · vanruesc/esbuild-plugin-glsl
v1.4.0
What's Changed
- Defer to esbuild initial options. by @Zosoled in #15
minify
andpreserveLegalComments
now default to esbuild's general settings, if not specified.
- Use JS loader and export contents. by @Zosoled in #14
- Shader code will now use template strings with readable line breaks when minification is disabled.
Full Changelog: v1.3.2...v1.4.0
v1.3.2
v1.3.1
What's Changed
- Fixed a bug that prevented inline comments from being removed during minification.
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.3
- Updated dev dependencies.
- Changed required
node
version to>=18
to align withesbuild
.
Full Changelog: v1.2.2...v1.2.3