mvdnbrk / laravel-mix-docs

Laravel Mix Documentation
https://laravel-mix.com/docs
MIT License
15 stars 57 forks source link

No mention of sourceMaps() method #34

Closed rdarcy1 closed 5 years ago

rdarcy1 commented 5 years ago

I couldn't see any reference to the mix.sourceMaps() method in the docs – perhaps something that could be included?

For reference, it is included on the Laravel docs page: https://laravel.com/docs/5.8/mix

mvdnbrk commented 5 years ago

Thanks, yes that could certainly be added to the docs :)

mvdnbrk commented 5 years ago

@rdarcy1 mix.sourceMaps() seems to be buggy at the moment. See this issue.

So I am not including this now in the docs before the issue is resolved.

rdarcy1 commented 5 years ago

Ah understood. I was originally looking for the docs because I was having issues with it not generating – looks like that issue explains why!