mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
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:
@@ -22,9 +22,6 @@ pnpm-debug.log*
|
||||
# ignore .astro directory
|
||||
.astro
|
||||
|
||||
# ignore Jampack cache files
|
||||
.jampack/
|
||||
|
||||
# yarn
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
|
||||
Generated
+50
-1821
File diff suppressed because it is too large
Load Diff
+1
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user