encore-ui icon indicating copy to clipboard operation
encore-ui copied to clipboard

Build process mis-linking source maps

Open TheNando opened this issue 9 years ago • 2 comments

This error is happening on cloud and probably every other app as well.

image

The source maps are being generated and injected into encore-ui-tpls.min.js. Due to the way per-app routing works, each app ends up looking for the maps relative to their own base path. We should probably just host the maps on CDN and use the absolute path (Jay's idea).

TheNando avatar Apr 06 '16 15:04 TheNando