Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Webpack source maps not working for Firefox #1325

Closed
Blackbaud-SteveBrush opened this issue Nov 29, 2017 · 3 comments
Closed

Webpack source maps not working for Firefox #1325

Blackbaud-SteveBrush opened this issue Nov 29, 2017 · 3 comments
Assignees

Comments

@Blackbaud-SteveBrush
Copy link
Member

When running skyux serve and launching the SPA in Firefox, source maps throw several errors.

pasted_image_at_2017_11_29_12_36_pm

This is related to the devtool being used here:
https://github.com/blackbaud/skyux-builder/blob/master/config/webpack/serve.webpack.config.js#L81

This is an active issue with Webpack:
webpack/webpack#5491

@isaacaggrey
Copy link

This is a real pain point as Firefox is my preferred browser to develop on. As a workaround for now, I'm just going into serve.webpack.config.js in my node_modules/@blackbaud/skyux-builder and changing to devtool: sourcemap.

Aside from what seems like a 2-3 second increase in skyux serve time (which admittedly is significant), is there any reason we can't use sourcemap as the dev option until we can investigate further?

@Blackbaud-SteveBrush
Copy link
Member Author

@isaacaggrey We're going to switch this to source-map and monitor the effects.

@Blackbaud-BobbyEarl
Copy link

Fixed in 1.14.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants