-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Source Maps don't work #2223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You were close, Here's the doc you want, Ctrl+F for |
Thank you for the quick reply! I tried:
Still no source maps :( EDIT:
|
Try: -module.exports = environment.toWebpackConfig()
+module.exports = environment; |
@gkatsanos what browser are you using? I have problems with source maps on Firefox, see #2227 |
This gives an invalid config object:
Chrome & Brave , latest versions. |
I managed to add CSS source-maps by including postcss-loader and sourceMap: true in all loaders.
|
I've seen several source-map open issues I was wondering if there's any README/Doc for fixing them? (no source maps on my setup).
I tried:
config/webpack/development.js
The text was updated successfully, but these errors were encountered: