Skip to content

v1.0.3

Choose a tag to compare

@vanruesc vanruesc released this 21 Feb 12:38
· 115 commits to main since this release
  • Changed package type to module to fix importing from native modules.
  • Added named export for better compatibility with require():
    import { glsl } from "esbuild-plugin-glsl";
    const { glsl } = require("esbuild-plugin-glsl");