improved dev scripts for speed starts
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2021-01-17 18:16:02 +01:00
parent dccf7c6c8d
commit 383f82807f
6 changed files with 57 additions and 35 deletions

View File

@@ -1,11 +1 @@
const sveltePreprocess = require('svelte-preprocess');
const preprocess = sveltePreprocess({
postcss: {
plugins: [ require('tailwindcss'), require('autoprefixer') ]
}
});
module.exports = {
preprocess
};
// this is configured with dev scripts