mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
This ensures that the mix:compile command returns the correct exit codes based on the status of the compilation. It also adds the following option flags to `mix:compile`: - `--silent`: Runs the compilation process silently without outputting any details from Webpack / Mix - `--stop-on-error`: Exits the compilation if an error is encountered - `--manifest`: Defines the package.json file to be used for the compilation