As it says, when using production: false, do not minimize the code. This makes error messages very difficult to parse out. Plus there is a, honestly negligible, overhead to minifying which can be avoided.
As it says, when using `production: false`, do not minimize the code. This makes error messages very difficult to parse out. Plus there is a, honestly negligible, overhead to minifying which can be avoided.
As it says, when using
production: false, do not minimize the code. This makes error messages very difficult to parse out. Plus there is a, honestly negligible, overhead to minifying which can be avoided.Dev mode no longer minimizes JS/CSS code.