[core][xs]: don't include README in /dist

- it is included automatically by npm, in the parent folder
This commit is contained in:
olayway 2023-06-07 15:01:18 +02:00
parent 247b2412d6
commit dcf6400304

View File

@ -17,13 +17,7 @@
"generateExportsField": true,
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
{
"glob": "packages/core/README.md",
"input": ".",
"output": "."
}
]
"assets": []
}
},
"lint": {