diff --git a/config/svelte.config.js b/config/svelte.config.js index 116d541..95df2bd 100644 --- a/config/svelte.config.js +++ b/config/svelte.config.js @@ -1,5 +1,6 @@ import preprocess from 'svelte-preprocess' export default { - preprocess: preprocess() + preprocess: preprocess(), + emitCss: false } diff --git a/package.json b/package.json index 5113f87..f5def16 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "stylelint": "^15.11.0", "stylelint-config-recommended-scss": "^13.1.0", "stylelint-scss": "^5.3.1", - "svelte": "^4.2.3", + "svelte": "^5.0.0-next.1", "svelte-jester": "^3.0.0", "svelte-preprocess": "^5.1.0", "svgo": "^3.0.3", diff --git a/rollup.config.js b/rollup.config.js index 0b48b59..7516cad 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -47,7 +47,8 @@ const baseConfig = { dev, discloseVersion: false }, - preprocess: preprocessConfig + preprocess: preprocessConfig, + emitCss: false }), // make the svelte output slightly smaller replace({ diff --git a/src/picker/components/Picker/Picker.html b/src/picker/components/Picker/Picker.html index 70500d2..95faa1f 100644 --- a/src/picker/components/Picker/Picker.html +++ b/src/picker/components/Picker/Picker.html @@ -1,4 +1,4 @@ -