Vladimir Yakovlev
Vladimir Yakovlev
@sanex3339 this project doesn't have `TsConfigPathsPlugin` plugin enabled, but it also needs to be verified.
Still getting `TypeError: resolver.ensureHook is not a function` error with 5.0.0-1. Looks like `TsConfigPathsPlugin` plugin has not been updated yet. ``` /dev/node_modules/enhanced-resolve/lib/ModulesInRootPlugin.js:15 const target = resolver.ensureHook(this.target); ^ TypeError: resolver.ensureHook is...
Replacing built-in TsConfigPathsPlugin plugin by "tsconfig-paths-webpack-plugin" seems to be working well enough.
@giridhara-avadhani in general putting `paths` into the `compilerOptions` section requires defining `baseUrl`. I guess your issue might be happening because of how TS does configs extending https://github.com/Microsoft/TypeScript/pull/14178 You can try...
> Why so negative? There is a lot of why, here is just a short list: - It's complex, adds weight, requires to be maintained. - It's a monkey patching....
@rezonant, the information you provided I think might help someone to fight the temper of zone.js. I was not really saying that zone.js is not manageable but that it's, in...
> I believe Angular 11.2 will have support for ES2017+ ES2017+ TS target but excluding native async/await since this part will be internally transpiled (TS doesn't support partial switches but...
@lietusme this project clearly looks abandoned, so you might want to explore its alive fork https://github.com/bcomnes/cpx2 (basically drop-in replacement).
Switching to Chromium-based spellchecker is going to happen one day (@electron supports it since v8). See #216 for details.
> Switching to Chromium-based spellchecker is going to happen one day It's coming in the next release. So things like using multiple languages will be possible.