Vadim Maisiuk

Results 2 issues of Vadim Maisiuk

Hi! In the [webpack docs for resolve.alias](https://webpack.js.org/configuration/resolve/#resolve-alias) there is an option to resolve a specific file by doing this: ``` resolve: { alias: { xyz$: 'path/to/xyz.js' } } ``` ,...

After upgrading from `[email protected]` to `[email protected]`, output `.d.ts` files for schemas combining `.catchall` with `.passthrough` grew exponentially - on our project for one particular schema it exploded **from 350 lines...