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
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
After trying a lot of things changing
moduleIds: ‘hashed’, to moduleIds: production ? ‘hashed’:‘named’, in webpack.config
works for me…