Skip to content

Instantly share code, notes, and snippets.

@mxro
Created August 17, 2022 20:22
Show Gist options
  • Select an option

  • Save mxro/67270cb7d1dd90b753ad349c11f6fbcf to your computer and use it in GitHub Desktop.

Select an option

Save mxro/67270cb7d1dd90b753ad349c11f6fbcf to your computer and use it in GitHub Desktop.
import { build } from 'esbuild';
import cssPlugin from 'esbuild-css-modules-client-plugin';
const res = await build({
plugins: [cssPlugin()],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment