Open NelsonBrandao opened 6 years ago
At me all works, at you what version?
It's working for me, but then when I run ng serve
I end up with errors which is not really surprising according to the README:
node-prune is a small tool to prune unnecessary files from ./node_modules, such as markdown, typescript source files
How should we be able to work with Typescript without that?
It's (currently) meant more for deployments etc
Any project generated by angular-cli fails to build after running
node-prune
Steps to reproduce:
angular-cli
ng new random-project
yarn
node-prune
ng serve
It will fail to build the project