curiousdannii / parchment

The Interactive Fiction web app
https://iplayif.com
MIT License
421 stars 60 forks source link

Enable sourcemaps for minified JS #97

Closed dfabulich closed 2 years ago

dfabulich commented 2 years ago

The build instructions right now recommend disabling the minifier for easier debugging. It would be better if the build generated source maps which we could use instead.

curiousdannii commented 2 years ago

I've enabled sourcemaps in the testing branch, so you can try them at https://curiousdannii.github.io/parchment-testing/

What do you think about shipping them in production?

dfabulich commented 2 years ago

I'm in favor of shipping them in production.

curiousdannii commented 2 years ago

Yes source maps in production is great, it allowed me to instantly find the cause of why the Dialog edit button doesn't work.