astro/packages/astro
Matthew Phillips f49944c0e7
Improve dev perf by not esinstalling Node deps (#253)
* Improve dev startup by making most dependencies externals

This moves most dependencies to be an `external` for Snowpack, preventing backend deps from going through esinstall.

* Update benchmark times

* chore: add benchmark script for convenience

* fix: update externals to allow renderers

* chore: update benchmark times

Co-authored-by: Nate Moore <nate@skypack.dev>
2021-05-28 17:51:50 -05:00
..
components Fix codeblocks in markdown components (#264) 2021-05-27 13:54:38 -04:00
src Improve dev perf by not esinstalling Node deps (#253) 2021-05-28 17:51:50 -05:00
test Improve dev perf by not esinstalling Node deps (#253) 2021-05-28 17:51:50 -05:00
astro.mjs Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
CHANGELOG.md Release 2021-05-24 16:32:10 -04:00
internal.d.ts Format (#167) 2021-05-03 12:26:10 -06:00
package.json Bugbash! (#263) 2021-05-28 17:19:40 -05:00
README.md fix: monorepo issues (#158) 2021-04-30 16:38:40 -05:00
snowpack-plugin.cjs Enable HMR (#260) 2021-05-27 09:55:23 -05:00
tsconfig.json Refactor astro export map, add source-map-support (#161) 2021-05-03 13:18:08 -05:00

Astro is a fresh but familiar approach to building websites. Astro combines decades of proven performance best practices with the DX improvements of the component-oriented era.