Skip to content

Commit 07da357

Browse files
authored
chore: remove svelte-preprocess (podman-desktop#8588)
* chore: remove svelte-preprocess Signed-off-by: axel7083 <[email protected]> * fix: remove old configuration Signed-off-by: axel7083 <[email protected]>
1 parent 0e7f370 commit 07da357

File tree

5 files changed

+0
-77
lines changed

5 files changed

+0
-77
lines changed

packages/renderer/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"svelte-check": "^3.8.6",
4242
"svelte-eslint-parser": "^0.41.0",
4343
"svelte-fa": "^4.0.2",
44-
"svelte-preprocess": "^6.0.2",
4544
"svelte-steps": "2.4.1",
4645
"tailwindcss": "^3.4.10",
4746
"tslib": "^2.7.0",

packages/renderer/svelte.config.js

-33
This file was deleted.

packages/ui/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
"svelte": "5.0.0-next.225",
152152
"svelte-check": "^3.8.6",
153153
"svelte-eslint-parser": "^0.41.0",
154-
"svelte-preprocess": "^6.0.2",
155154
"tailwindcss": "^3.4.10",
156155
"tslib": "^2.7.0",
157156
"typescript": "^5.5.4",

packages/ui/svelte.config.js

-33
This file was deleted.

storybook/vite.config.js

-9
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ import { join } from 'path';
2121
import * as path from 'path';
2222
import { svelte } from '@sveltejs/vite-plugin-svelte';
2323
import { svelteTesting } from '@testing-library/svelte/vite';
24-
import tailwindcss from 'tailwindcss';
25-
import autoprefixer from 'autoprefixer';
26-
import postcssImport from 'postcss-import';
2724

2825
import { defineConfig } from 'vite';
2926
import { fileURLToPath } from 'url';
@@ -42,12 +39,6 @@ export default defineConfig({
4239
'/@/': join(PACKAGE_ROOT, 'src') + '/',
4340
},
4441
},
45-
css: {
46-
transformer: 'postcss',
47-
postcss: {
48-
plugins: [tailwindcss, autoprefixer, postcssImport],
49-
},
50-
},
5142
plugins: [svelte(), svelteTesting()],
5243
test: {
5344
include: ['src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],

0 commit comments

Comments
 (0)