Skip to content

Instantly share code, notes, and snippets.

@lior-amsalem
Created June 28, 2022 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lior-amsalem/2fa6762270ef692a63a6798f92455021 to your computer and use it in GitHub Desktop.
Save lior-amsalem/2fa6762270ef692a63a6798f92455021 to your computer and use it in GitHub Desktop.
vite-plugin-example.js
function myPlugin(): Plugin {
return {
name: "examples of plugin api",
transform: () => {
console.log("transform!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment