jlongster/backend-with-webpack

Using eval-source-map on backend

Opened this issue · 1 comments

In your awesome post you recommend to use #eval-source-map setting to optimize build performance. While performance really growth, this setting does not work with support-source-map module - it can read either external file or inline source map at the end of file, but not that magic which webpack generates for eval-* option. Do you know about this? Probably it's worth to notice this fact in post. Or describe how to configure all this staff properly, if you know how.
Anyway, great thanks for your posts, they became a best webpack tutorial for me.

I notice the same behaviour.
Just for myself I use devtool: eval option to have either normal performance and source-maps