paimon-moe/svelte.config.js

12 lines
229 B
JavaScript
Raw Normal View History

2020-10-22 00:03:33 +02:00
const sveltePreprocess = require('svelte-preprocess');
const postcss = require('./postcss.config');
const preprocess = sveltePreprocess({
defaults: {
style: 'postcss',
},
postcss,
});
module.exports = { preprocess };