[Solved] Chrome scratch when start debugger on after updating CLI to latest version

I have updated CLI to the latest version. Now Chrome scratch when start debugger when I create a new Apps (TypeScript + WebPack). Do someone has this issue? (Older apps are still working fine)

Thanks

Carlos

1 Like

After trying a lot of things changing
moduleIds: ‘hashed’, to moduleIds: production ? ‘hashed’:‘named’, in webpack.config
works for me…

1 Like