Skip to content

Commit

Permalink
scaffold a react app to test the package with
Browse files Browse the repository at this point in the history
  • Loading branch information
dblatcher committed May 27, 2023
1 parent 1382a89 commit 66b3f8d
Show file tree
Hide file tree
Showing 29 changed files with 21,198 additions and 3,227 deletions.
3 changes: 3 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"babelrcRoots": ["*"]
}
17 changes: 17 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,22 @@
"{workspaceRoot}/.eslintignore"
]
}
},
"generators": {
"@nx/react": {
"application": {
"style": "@emotion/styled",
"linter": "eslint",
"bundler": "webpack",
"babel": true
},
"component": {
"style": "@emotion/styled"
},
"library": {
"style": "@emotion/styled",
"linter": "eslint"
}
}
}
}
Loading

0 comments on commit 66b3f8d

Please sign in to comment.