mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +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
|
# ignore .astro directory
|
||||||
.astro
|
.astro
|
||||||
|
|
||||||
# ignore Jampack cache files
|
|
||||||
.jampack/
|
|
||||||
|
|
||||||
# yarn
|
# yarn
|
||||||
.yarn/*
|
.yarn/*
|
||||||
!.yarn/patches
|
!.yarn/patches
|
||||||
|
|||||||
Generated
+50
-1821
File diff suppressed because it is too large
Load Diff
+1
-2
@@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
"build": "astro build && jampack ./dist",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"sync": "astro sync",
|
"sync": "astro sync",
|
||||||
"astro": "astro",
|
"astro": "astro",
|
||||||
@@ -30,7 +30,6 @@
|
|||||||
"@astrojs/react": "^3.6.0",
|
"@astrojs/react": "^3.6.0",
|
||||||
"@astrojs/sitemap": "^3.1.6",
|
"@astrojs/sitemap": "^3.1.6",
|
||||||
"@astrojs/tailwind": "^5.1.0",
|
"@astrojs/tailwind": "^5.1.0",
|
||||||
"@divriots/jampack": "^0.23.2",
|
|
||||||
"@tailwindcss/typography": "^0.5.13",
|
"@tailwindcss/typography": "^0.5.13",
|
||||||
"@types/github-slugger": "^1.3.0",
|
"@types/github-slugger": "^1.3.0",
|
||||||
"@types/react": "^18.3.3",
|
"@types/react": "^18.3.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user