saleor / saleor-storefront

A GraphQL-powered, NextJs-based, PWA storefront for Saleor. IMPORTANT: This project is [DEPRECATED] in favor of saleor/react-storefront soon to become our default demo and storefront starter pack.
https://demo.saleor.io/
BSD 3-Clause "New" or "Revised" License
770 stars 672 forks source link

Source Map support fails? #1001

Closed ace-han closed 3 years ago

ace-han commented 3 years ago

What I'm trying to achieve

… Get the source map from Sources tap from browser devtool

Steps to reproduce the problem

  1. git clone https://github.com/mirumee/saleor-storefront.git
  2. cd saleor-storefront
  3. npm i
  4. npm start

What I expected to happen

… See and debug on the original ts or tsx files

Screenshots

image

System information Operating system: macOS Big Sur 11.2.1 Browser: Chrome Version 88.0.4324.192

piotrgrundas commented 3 years ago

It's fixed in https://github.com/mirumee/saleor-storefront/pull/988