Skip to content

Instantly share code, notes, and snippets.

@lior-amsalem
Created June 28, 2022 18:07
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/0db1560875028c056249a761ff00a8a3 to your computer and use it in GitHub Desktop.
Save lior-amsalem/0db1560875028c056249a761ff00a8a3 to your computer and use it in GitHub Desktop.
show config in vite
(function viteshowconfig() {
return {
name: "show-config",
config(config) {
console.log("config", JSON.stringify(config, null, 4));
},
};
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment