5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
import glsl from "esbuild-plugin-glsl";
|
|
|
|
export default glsl({
|
|
minify: true,
|
|
});
|