Khaled Osman
Khaled Osman
v8.0.0 is now officially released, I've updated the dependencies accordingly.
I've updated the pull-request with Angular V9, can someone check this pull request, pretty please?
PS: this is also implemented in https://github.com/gothinkster/angular-realworld-example-app/pull/145
@keskistok I rolled back to v1.0.6, seems to work there.
+1, version 2 doesn't work and version 1 has this issue..
I tried commenting out this plugin usage in favor of `provisionedConcurrency` however I could see in the serverless dashboard that my functions were still having coldstarts. I can't tell why,...
I believe this is a type-checking error, the webpack config has `transpileOnly` option set to true for `ts-loader`, which makes it skip type-checking The idea was to use [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin) instead...
> @dudulasry I use lerna with yarn 3 and it works perfectly with workspaces, just don't use `bootstrap` :) then how do you handle shared packages in the monorepo?
> > > @dudulasry I use lerna with yarn 3 and it works perfectly with workspaces, just don't use `bootstrap` :) > > > > > > then how do...