basic move to snowpack

close #3
This commit is contained in:
2020-12-22 19:53:54 +01:00
parent 7f340f2c7b
commit 663e41abec
11 changed files with 79 additions and 21 deletions

11
svelte.config.js Normal file
View File

@@ -0,0 +1,11 @@
const sveltePreprocess = require('svelte-preprocess');
const preprocess = sveltePreprocess({
postcss: {
plugins: [ require('tailwindcss'), require('autoprefixer') ]
}
});
module.exports = {
preprocess
};