Fork me on GitHub
#cljs-dev
<
2017-05-03
>
richiardiandrea15:05:48

Thought I might write here, maybe obvious things: when in a source map I replace sources from [core.cljs] to [../src/core.cljs] Chrome DevTools is happy again

richiardiandrea15:05:40

Even in older versions of node.js like 6.10 (no problem detected in > 7.6)

darwin15:05:27

so what was the problem? why ../src/core.cljs works? src should not be exposed to dev server, this sounds to me like a misconfiguration on your part and that made it work just by coincidence

darwin15:05:25

from your last post, the take away was that the whole issue was on node.js side, cljs generated correct source maps, but old node.js did something wrong

richiardiandrea15:05:12

Yes it was on the node.js side, it looks like the embedded node-inspector at some point and made some mess around it 😀

dnolen17:05:55

that does look interesting, but only time will tell

Roman Liutikov19:05:06

So I did some testing with basic web app. Prepack does a great job at folding computations. The output size is almost the same as Closure would produce, but the code is running two times faster https://twitter.com/roman01la/status/859849179149021184