JeB
JeB
If you want to continue using Typescript, while using ESM you'll have to use `ts-node/esm` loader (as mentioned in the [docs](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack#es-modules-esm-support)). Even then, you'll have troubles loading your lib inside...
Both `customWebpackConfing.ts` and `indexTransform.ts` are loaded with `ts-node` using `tsconfig.app.json` as a configuration file. There is an [option](https://typestrong.org/ts-node/docs/configuration/#via-tsconfigjson-recommended) to configure specifically `ts-node` in `tsconfig.json`. I believe this should allow you...
True, it is as good. The warning was aiming to solve [this](https://github.com/just-jeb/angular-builders/issues/84) issue by increasing visibility for misplaced configs. That said even back then I [wasn't quite sure](https://github.com/just-jeb/angular-builders/issues/84#issuecomment-502425167) about the...
I like the idea. Don't know when I can get to it because there are some more important issues to deal with but it sounds simple enough, so if anyone...
Hi. Please provide a link to a minimal reproduction repo.
Why would you use [`DefinePlugin`](https://webpack.js.org/plugins/define-plugin/) for the extra config? Seems like a misuse to me.
Is there a possibility your custom webpack config affects the build? What if you use `custom-webpack` builder but the custom config is empty?
Hey, thanks for checking it out for me. I can't think of anything that would cause the `custom-webpack` multiply the build time. Any chance you can try clean install (with...
Hey @alexkunin, thanks for the Feature Request and the proposed solution. Sounds good to me and looks like a small effort. Any chance you'd like to contribute it?
Could you please elaborate on how it is related to the builders?