Skip to content

Commit

Permalink
build(web): enable react compiler (#124)
Browse files Browse the repository at this point in the history
* build(web): enable react compiler

* chore(release): bump versions

 - [email protected]
  • Loading branch information
lharti authored Nov 16, 2024
1 parent 5ef0c9c commit fd30aa1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions apps/jsonthing-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.2](https://github.com/lharti/jsonthing/compare/[email protected]@0.6.2) (2024-11-16)

**Note:** Version bump only for package jsonthing-web





## [0.6.1](https://github.com/lharti/jsonthing/compare/[email protected]@0.6.1) (2024-11-16)


Expand Down
4 changes: 4 additions & 0 deletions apps/jsonthing-web/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ const nextConfig: NextConfig = {
output: 'standalone',
reactStrictMode: true,

experimental: {
reactCompiler: true,
},

images: {
remotePatterns: [
{
Expand Down
2 changes: 1 addition & 1 deletion apps/jsonthing-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonthing-web",
"version": "0.6.1",
"version": "0.6.2",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down

0 comments on commit fd30aa1

Please sign in to comment.