reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

No source maps #130

Closed Engelberg closed 7 years ago

Engelberg commented 7 years ago

I'm not getting any source maps with this template. I'm using Firefox and the debugger is set to use source maps if present. Is there something special I need to do in the project.clj file to activate source maps beyond what is already there?

yogthos commented 7 years ago

The :source-map true compiler option should be all you need. I just tried a fresh project in Chrome and source maps are working as expected. However, I did not get source maps in Firefox either.

alehatsman commented 7 years ago

Everything perfectly works on my machine in latest chrome. So maybe close this outdated issue?

yogthos commented 7 years ago

I think we can close this one.