kotlin-frontend-plugin
kotlin-frontend-plugin copied to clipboard
Ability to generate package.json with no npm install
For libraries one would need to generate package.json but don't need to install modules (discussed in issue #8)
BTW you can run npm-configure task and it doesn't trigger npm-install. However 0.0.23 plugin does run karma at build execution so it triggers npm install (because karma need to be downloaded somehow). Not sure it could be completely avoided.