Skip to content

Commit

Permalink
simplify build and remove Rollup (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn authored Jan 14, 2022
1 parent cff6705 commit 2a881de
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 578 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ Gro builds on
[Svelte](https://github.com/sveltejs/svelte)
[SvelteKit](https://github.com/sveltejs/kit)
[esbuild](https://github.com/evanw/esbuild)
[Rollup](https://github.com/rollup/rollup)
[uvu](https://github.com/lukeed/uvu)
[fs-extra](https://github.com/jprichardson/node-fs-extra)
[Prettier](https://github.com/prettier/prettier)
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# changelog

## 0.48.0

- remove Rollup and its plugins as a dependency, and use esbuild for bundling instead;
this changes the Node library adapter interface to use `mapBundleOptions`
and removes the Rollup mapping functions
([#295](https://github.com/feltcoop/gro/pull/295))

## 0.47.5

- mock SvelteKit imports like `'$app/navigation'` for tests
Expand Down
Loading

0 comments on commit 2a881de

Please sign in to comment.