Skip to content

Commit

Permalink
added react web components
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed Oct 7, 2024
1 parent 949188d commit 8f12c14
Show file tree
Hide file tree
Showing 25 changed files with 2,383 additions and 90 deletions.
16 changes: 16 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,22 @@
"linter": "none",
"unitTestRunner": "none",
"e2eTestRunner": "none"
},
"@nx/react": {
"library": {
"style": "css",
"linter": "none",
"unitTestRunner": "none"
},
"application": {
"babel": true,
"style": "css",
"linter": "none",
"bundler": "vite"
},
"component": {
"style": "css"
}
}
}
}
Loading

0 comments on commit 8f12c14

Please sign in to comment.