Skip to content

Commit e2e58b1

Browse files
committed
chore(deps): migrate to nx@19 workspace dependencies
Remove deprecated `@nrwl` packages in favour of `@nx`
1 parent 90f985e commit e2e58b1

File tree

9 files changed

+705
-1713
lines changed

9 files changed

+705
-1713
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
/coverage
55

66
/.nx/cache
7-
/packages/tree-sitter-ccini/bindings/**
7+
/packages/tree-sitter-ccini/bindings/**
8+
/.nx/workspace-data

nx.json

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,28 @@
2121
"cache": true,
2222
"dependsOn": ["^build"]
2323
},
24-
2524
"generate": {
2625
"cache": true
2726
},
28-
2927
"bundle": {
3028
"cache": true
3129
}
3230
},
3331
"workspaceLayout": {
3432
"libsDir": "packages"
3533
},
36-
"generators": {
37-
"@nrwl/web:application": {
38-
"style": "scss",
39-
"linter": "eslint",
40-
"unitTestRunner": "jest",
41-
"e2eTestRunner": "cypress"
42-
},
43-
"@nrwl/web:library": {
44-
"style": "scss",
45-
"linter": "eslint",
46-
"unitTestRunner": "jest"
47-
}
48-
},
34+
"generators": {},
4935
"pluginsConfig": {},
50-
"nxCloudAccessToken": "OTgwZjc4MDctMmE1Zi00MDI1LWJmYTctMmJhODhhMDM0NWJlfHJlYWQtd3JpdGU="
36+
"nxCloudAccessToken": "OTgwZjc4MDctMmE1Zi00MDI1LWJmYTctMmJhODhhMDM0NWJlfHJlYWQtd3JpdGU=",
37+
"plugins": [
38+
{
39+
"plugin": "@nx/webpack/plugin",
40+
"options": {
41+
"buildTargetName": "webpack:build",
42+
"serveTargetName": "serve",
43+
"previewTargetName": "preview",
44+
"serveStaticTargetName": "serve-static"
45+
}
46+
}
47+
]
5148
}

0 commit comments

Comments
 (0)