You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
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?
When running
skyux serve
and launching the SPA in Firefox, source maps throw several errors.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
The text was updated successfully, but these errors were encountered: