Update devDependencies in package.json and simplify Svelte config by removing sourcemap option
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
/** @type {import('@sveltejs/vite-plugin-svelte').Options} */
|
||||
const config = {
|
||||
compilerOptions: {
|
||||
css: 'injected',
|
||||
enableSourcemap: true
|
||||
css: 'injected'
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user