Skip to content

Commit

Permalink
feat(React): add support for Server Side Rendering (SSR) (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 80fa4e1 commit ccf3ae6
Show file tree
Hide file tree
Showing 33 changed files with 1,015 additions and 206 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ packages/beeq/custom-elements.json
packages/beeq/src/components/icon/svg/**
packages/beeq/src/_storybook/CHANGELOG.md
packages/beeq-angular/**/directives
packages/beeq-react/src/react-component-lib
packages/beeq-react/src/components.ts
packages/beeq-react/ssr/components.ts
packages/beeq-react/ssr/components.server.ts
packages/beeq-vue/src/vue-component-lib
packages/beeq-vue/src/components.ts
!.gitkeep
Expand Down
3 changes: 3 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
]
},
"targetDefaults": {
"prebuild": {
"cache": true
},
"build": {
"dependsOn": ["^build"],
"inputs": ["production", "^production"],
Expand Down
Loading

0 comments on commit ccf3ae6

Please sign in to comment.