don't let prettier ruin vite config :(

This commit is contained in:
maxichrome 2023-01-19 19:30:55 -08:00
parent 5e7e484753
commit 62bcd3e0f6

View file

@ -8,6 +8,8 @@ import ssr from 'vite-plugin-ssr/plugin';
import svg from 'vite-plugin-svgr';
export default defineConfig({
// prettier-ignore
// Prettier reeeally wants to one-line this -- I AM PUTTING MY FOOT DOWN AND SAYING NO!
plugins: [
react(),
ssr({ prerender: true }),