first commit
This commit is contained in:
9
svelte.config.js
Normal file
9
svelte.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/** @type {import('@sveltejs/vite-plugin-svelte').Options} */
|
||||
const config = {
|
||||
compilerOptions: {
|
||||
css: 'injected',
|
||||
enableSourcemap: true
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
Reference in New Issue
Block a user