Svelte: Remove rollup plugins after migration to sveltekit

This commit is contained in:
Alessandro Pignotti 2024-10-14 19:21:27 +02:00
parent 70c748a62a
commit ccbaf8749d
3 changed files with 18 additions and 1753 deletions

1761
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,10 +10,6 @@
"@fortawesome/fontawesome-free": "^6.6.0",
"@leaningtech/cheerpx": "latest",
"@oddbird/popover-polyfill": "^0.4.4",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.0.0",
@ -25,10 +21,6 @@
"labs": "git@github.com:leaningtech/labs.git",
"postcss": "^8.4.47",
"postcss-discard": "^2.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.1.2",
"svelte": "^4.2.7",
"tailwindcss": "^3.4.9",
"vite": "^5.0.3",

View file

@ -19,7 +19,7 @@ export default defineConfig({
{ src: 'scrollbar.css', dest: '' },
{ src: 'serviceWorker.js', dest: '' },
{ src: 'login.html', dest: '' },
{ src: 'assets/', dest: '' }
{ src: 'assets/', dest: '' },
{ src: 'alpine/', dest: '' }
]
})