docs/contrib/webpack_encore.md
require 'contrib/webpack_encore.php';
For Yarn
after('deploy:update_code', 'yarn:install');
For npm
after('deploy:update_code', 'npm:install');
after('deploy:update_code', 'webpack_encore:build');
For Yarn
after('deploy:update_code', 'yarn:install');
For npm
after('deploy:update_code', 'npm:install');
after('deploy:update_code', 'webpack_encore:build');
:::info Autogenerated The value of this configuration is autogenerated on access. :::
'production'
Runs webpack encore build.