Skip to content

Instantly share code, notes, and snippets.

@vkbansal
Created January 11, 2022 09:41
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 vkbansal/3b6cf57c883478254febd0c6535139c4 to your computer and use it in GitHub Desktop.
Save vkbansal/3b6cf57c883478254febd0c6535139c4 to your computer and use it in GitHub Desktop.
string-ext-04
// vite.config.js
+import yaml from "@rollup/plugin-yaml";
+
/**
* @type {import('vite').UserConfig}
*/
const config = {
root: "./src",
+ plugins: [yaml()],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment