SourceMaps #81
Unanswered
completewebco
asked this question in
Q&A
Replies: 2 comments 2 replies
-
If you're using Laravel Mix you could try: https://laravel-mix.com/docs/6.0/api mix.postCss("resources/css/app.css", "css").sourceMaps(); Haven't tested this. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Using Laravel Mix I was able to get source maps to work adding:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to display source maps rather than just css/app.css in web inspector?
Beta Was this translation helpful? Give feedback.
All reactions