Norbert Csaba Herczeg

Results 7 comments of Norbert Csaba Herczeg

Broken for us as well in v2.3.4. We are not using gulp.

I'm sorry, but due to real life circumstances I can not pay any attention to this package for a very long time. I updated the readme as well, so now...

I'm also interested in plans / potential progress / roadmap for this.

If you want to externalize all `dependencies`then you can also read package.json and parse out the keys.

A year has passed since Dan mentioned that you are working on ESM. Is there a thread or anything where we can track the progress? Not relying on legacy tooling...

Try this: Create a file called `tests.webpack.js`: ``` // This file is an entry point for angular tests // Avoids some weird issues when using webpack + angular. import 'angular';...

I believe npm's version script hook could be used in this. https://docs.npmjs.com/cli/version Using that one could run `npm version patch -m "Upgrade to %s for reasons"` were npm would bump...