Answer the question
In order to leave comments, you need to log in
How to disable versioning in Laravel-mix?
The documentation for Laravel-mix says that it's very easy to add a version when compiling, just add mix.version()
. But my version is always added if at least one rule is applied version()
.
How do I specify that a particular rule does not need to add a version?
Answer the question
In order to leave comments, you need to log in
How to disable versioning in Laravel-mix?do not use mix.version()
But my version is always added if version() is applied to at least one rulemix has no "rules", it only has methods that mutate the internal state of the laravel-mix module
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question