Use svelte preprocess, generate random colors, check GZipped filesize
This commit is contained in:
parent
b38dabec52
commit
70bbc99ca1
3 changed files with 12 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
import adapter from '@sveltejs/adapter-static';
|
||||
import { vitePreprocess } from '@sveltejs/kit/vite';
|
||||
import preprocess from 'svelte-preprocess';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
|
||||
// for more information about preprocessors
|
||||
preprocess: vitePreprocess({}),
|
||||
preprocess: preprocess({}),
|
||||
build: {
|
||||
rollupOptions: {
|
||||
output: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue