Skip to content

Commit

Permalink
Merge CHANGELOG into README
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 29, 2024
1 parent d5f55bb commit 84e0cad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/relay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@ module.exports = {
eagerEsModules: true,
},
],
// Or if you want to use multiple projects
[
"@swc/plugin-relay",
{
projects: [
{
rootDir: path.resolve(__dirname, '../project1'),
},
{
rootDir: path.resolve(__dirname, '../project2'),
}
],
language: "typescript",
eagerEsModules: true,
},
],
],
},
parser: {
Expand Down

0 comments on commit 84e0cad

Please sign in to comment.