Skip to content

Instantly share code, notes, and snippets.

@skflowne
Created August 2, 2020 17:28
Show Gist options
  • Save skflowne/71bf9d8a887cbc6f9fc4f5f528ceccec to your computer and use it in GitHub Desktop.
Save skflowne/71bf9d8a887cbc6f9fc4f5f528ceccec to your computer and use it in GitHub Desktop.
plugins: [
svelte({
// enable run-time checks when not in production
dev: !production,
// we'll extract any component CSS out into
// a separate file - better for performance
css: (css) => {
css.write("public/build/bundle.css")
},
preprocess: sveltePreprocess({
postcss: true,
}),
}),
// ...otherPlugins
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment