first commit
This commit is contained in:
15
svelte.config.js
Normal file
15
svelte.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import sveltePreprocess from 'svelte-preprocess';
|
||||
|
||||
export default {
|
||||
// Consult https://github.com/sveltejs/svelte-preprocess
|
||||
// for more information about preprocessors
|
||||
preprocess: [
|
||||
sveltePreprocess({
|
||||
postcss: true,
|
||||
scss: {
|
||||
prependData: '@use "src/variables.scss" as *;',
|
||||
},
|
||||
sourceMap: !!process.env.TAURI_DEBUG,
|
||||
}),
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user