Browse Source

Svelte: Remove rollup plugins after migration to sveltekit

Alessandro Pignotti 9 months ago
parent
commit
ccbaf8749d
3 changed files with 12 additions and 776 deletions
  1. 11 767
      package-lock.json
  2. 0 8
      package.json
  3. 1 1
      vite.config.js

File diff suppressed because it is too large
+ 11 - 767
package-lock.json


+ 0 - 8
package.json

@@ -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",

+ 1 - 1
vite.config.js

@@ -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: '' }
 			]
 		})

Some files were not shown because too many files changed in this diff