3d/hack/glsl-plugin.ts

5 lines
83 B
TypeScript

import glsl from "esbuild-plugin-glsl";
export default glsl({
minify: true,
});