Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

From other comments I understand Snowpack as:

Development: Creates many ESM-Files. Firefox/Chrome can load them.

Production: Bundles&Minimizes these ESM-Files.

One Question: There is a JS-Error, only occuring in IE11. "t._x is undefined". How do I debug that?



I would assume the flow to be the same for debugging post bundled Production output from most tooling, use source maps and hope that the bundler produced accurate ones :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: