1 min readMar 26, 2020
Great article !
I love the last option in the package.json file, that means indeed that we wont package the sandbox, because we obviously don’t need it in the final archive !
I’l try that in my own.
Quick question : I’m making a set of schematics that scaffold some code, ready to use angular components, I had to add an exception for .ts files in npmignore config file so that my components are really packaged. Is that ok in your opinion or should I bother making template files even if I don’t want to introduce any sort of variable in their names or templates.
Thanks anyway :)