f2b8372c0c
* Supports hoisted scripts in the static build * Adds a changeset * Update packages/astro/src/core/build/internal.ts Co-authored-by: Evan Boehs <evan@boehs.org> * Update based on feedback * Fix lint * Fix getting hoist script for Windows * Try with the pre compiler * use compiler 0.8.2 * update compiler version * update yarn.lock Co-authored-by: Evan Boehs <evan@boehs.org>
18 lines
431 B
JSON
18 lines
431 B
JSON
{
|
|
"name": "@example/fast-build",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev --experimental-static-build",
|
|
"start": "astro dev",
|
|
"build": "astro build --experimental-static-build",
|
|
"scan-build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.22.16",
|
|
"preact": "~10.5.15",
|
|
"unocss": "^0.15.5",
|
|
"vite-imagetools": "^4.0.1"
|
|
}
|
|
}
|