feat: add workspace
This commit is contained in:
parent
6ddbf2c607
commit
8055c3eeed
2
nx.json
2
nx.json
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "@nrwl/workspace/presets/npm.json",
|
||||
"extends": "nx/presets/npm.json",
|
||||
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||||
"targetDefaults": {
|
||||
"build": {
|
||||
|
|
|
|||
|
|
@ -137,6 +137,7 @@
|
|||
"@nx/react": "18.0.8",
|
||||
"@nx/vite": "18.0.8",
|
||||
"@nx/webpack": "18.0.8",
|
||||
"@nx/workspace": "18.0.8",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
||||
"@svgr/webpack": "^8.0.1",
|
||||
"@swc-node/register": "~1.8.0",
|
||||
|
|
|
|||
|
|
@ -151,6 +151,7 @@
|
|||
"@nx/react": "18.0.8",
|
||||
"@nx/vite": "18.0.8",
|
||||
"@nx/webpack": "18.0.8",
|
||||
"@nx/workspace": "18.0.8",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
||||
"@svgr/webpack": "^8.0.1",
|
||||
"@swc-node/register": "~1.8.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue