Daniel Ribeiro

Results 4 comments of Daniel Ribeiro

cc @nurul-umbhiya any chance of this getting fixed? My store is losing money because of this.

I had a similar issue. It seems it wasn't detecting `import 'source-map-support/register';`, but it does if I change it to: ``` import sourceMapSupport from 'source-map-support' sourceMapSupport.install(); ``` Including it explicitly...

Hi @shohag121, thanks for checking. Indeed my template was out of date. However, in this case, shouldn't this trigger a breaking change and major version bump?