Skip to content

Commit 05a7a62

Browse files
committed
chore: use @nrwl/js:tsc for build
1 parent 3fb64a5 commit 05a7a62

File tree

1,486 files changed

+81
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,486 files changed

+81
-65
lines changed

packages/hooks/project.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
11
{
22
"$schema": "../../node_modules/nx/schemas/project-schema.json",
3-
"sourceRoot": "packages/hooks/src",
3+
"sourceRoot": "packages/hooks",
44
"projectType": "library",
55
"tags": ["scope:shared"],
66
"targets": {
77
"build": {
8-
"executor": "@nrwl/web:rollup",
8+
"executor": "@nrwl/js:tsc",
99
"outputs": ["{options.outputPath}"],
1010
"options": {
1111
"outputPath": "dist/packages/hooks",
12-
"buildableProjectDepsInPackageJsonType": "dependencies",
13-
"format": ["esm"],
1412
"tsConfig": "packages/hooks/tsconfig.lib.json",
15-
"project": "packages/hooks/package.json",
16-
"entryFile": "packages/hooks/src/index.ts",
17-
"external": ["react/jsx-runtime"],
18-
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
19-
"compiler": "babel",
13+
"main": "packages/hooks/index.ts",
2014
"assets": [
2115
{
22-
"glob": "packages/hooks/README.md",
23-
"input": ".",
24-
"output": "."
16+
"glob": "CHANGELOG.md",
17+
"input": "packages/hooks",
18+
"output": "/"
19+
},
20+
{
21+
"glob": "README.md",
22+
"input": "packages/hooks",
23+
"output": "/"
24+
},
25+
{
26+
"glob": "LICENSE",
27+
"input": "",
28+
"output": "/"
2529
}
2630
]
2731
}
File renamed without changes.

0 commit comments

Comments
 (0)