build: remove jampack (#330)

Remove post-processing static site optimizer_ Jampack
due to insignificant differences in build output and
unmet peer dependency issue.

Closes #212, resolves #277
This commit is contained in:
Sat Naing
2024-07-22 22:24:07 +07:00
committed by GitHub
parent 7b83996daf
commit 614e54c2f6
3 changed files with 51 additions and 1826 deletions
-3
View File
@@ -22,9 +22,6 @@ pnpm-debug.log*
# ignore .astro directory
.astro
# ignore Jampack cache files
.jampack/
# yarn
.yarn/*
!.yarn/patches
+50 -1821
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && jampack ./dist",
"build": "astro build",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
@@ -30,7 +30,6 @@
"@astrojs/react": "^3.6.0",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@divriots/jampack": "^0.23.2",
"@tailwindcss/typography": "^0.5.13",
"@types/github-slugger": "^1.3.0",
"@types/react": "^18.3.3",