Skip to content

Commit

Permalink
deprecate next as we cant support v13 and the deprecated snowpack (pr…
Browse files Browse the repository at this point in the history
…eactjs#502)

* deprecate next as we cant support v13 and the deprecated snowpack

* update readme
  • Loading branch information
JoviDeCroock authored May 9, 2023
1 parent ab9c786 commit c72f068
Show file tree
Hide file tree
Showing 18 changed files with 279 additions and 2,304 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,4 @@ packages/vite/runtime
packages/vite/utils
packages/web-dev-server/runtime
packages/web-dev-server/utils
packages/snowpack/runtime
packages/snowpack/utils
test/fixture/**/yarn.lock
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ Fast-refresh for Preact!
## Integrations

- [@web/dev-server](https://github.com/preactjs/prefresh/tree/main/packages/web-dev-server)
- [CRA with prefresh](https://github.com/jeremy-coleman/prefresh-cra)
- [gatsby](https://www.gatsbyjs.org/packages/gatsby-plugin-preact/)
- [next](https://github.com/preactjs/prefresh/tree/main/packages/next)
- [nollup](https://github.com/preactjs/prefresh/tree/main/packages/nollup)
- [preact-cli (--refresh)](https://github.com/preactjs/preact-cli#preact-watch)
- [snowpack](https://github.com/preactjs/prefresh/tree/main/packages/snowpack)
- [vite](https://github.com/preactjs/prefresh/tree/main/packages/vite)
- [webpack](https://github.com/preactjs/prefresh/tree/main/packages/webpack)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prefresh",
"scripts": {
"build": "pnpm --filter @prefresh/web-dev-server build && pnpm --filter @prefresh/next build && pnpm --filter @prefresh/snowpack build && pnpm --filter @prefresh/utils build && pnpm --filter @prefresh/babel-plugin build",
"build": "pnpm --filter @prefresh/web-dev-server build && pnpm --filter @prefresh/utils build && pnpm --filter @prefresh/babel-plugin build",
"lint": "eslint src",
"test": "jest --clearCache && jest --runInBand --forceExit --detectOpenHandles",
"prepare": "husky install"
Expand Down
2 changes: 0 additions & 2 deletions packages/next/.npmignore

This file was deleted.

250 changes: 0 additions & 250 deletions packages/next/CHANGELOG.md

This file was deleted.

22 changes: 0 additions & 22 deletions packages/next/LICENSE

This file was deleted.

48 changes: 0 additions & 48 deletions packages/next/README.md

This file was deleted.

Loading

0 comments on commit c72f068

Please sign in to comment.