You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

39 lines
1.3 KiB

{
"name": "rspack",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/rspack/src",
"projectType": "library",
"targets": {
"build": {
"outputs": ["{workspaceRoot}/dist/packages/rspack/README.md"],
"command": "node ./scripts/copy-readme.js rspack"
},
"legacy-post-build": {
"executor": "@nx/workspace-plugin:legacy-post-build",
"options": {
"tsConfig": "./tsconfig.lib.json",
"assets": [
"packages/rspack/*.md",
{
"input": "./packages/rspack/src",
"glob": "**/!(*.ts)",
"output": "./src"
},
{
"input": "./packages/rspack/src",
"glob": "**/*.d.ts",
"output": "./src"
},
{
"input": "./packages/rspack",
"glob": "**.json",
"output": ".",
"ignore": ["**/tsconfig*.json", "project.json", ".eslintrc.json"]
},
"LICENSE"
]
}
}
},
"tags": []
}