mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"name": "webpack5",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "packages/webpack5",
|
|
"projectType": "library",
|
|
"generators": {},
|
|
"targets": {
|
|
"lint": {
|
|
"executor": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": []
|
|
}
|
|
},
|
|
"build": {
|
|
"executor": "nx:run-commands",
|
|
"outputs": ["{workspaceRoot}/dist/packages"],
|
|
"options": {
|
|
"command": "npx zx ./tools/scripts/pack-webpack5.mjs"
|
|
}
|
|
}
|
|
}
|
|
}
|