meta: initial commit (archival)
This commit is contained in:
14
svelte.config.js
Normal file
14
svelte.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import preprocess from "svelte-preprocess";
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
kit: {
|
||||
// hydrate the <div id="svelte"> element in src/app.html
|
||||
target: '#svelte'
|
||||
},
|
||||
|
||||
preprocess: [preprocess({
|
||||
"postcss": true
|
||||
})]
|
||||
};
|
||||
|
||||
export default config;
|
Reference in New Issue
Block a user