Skip to content

Instantly share code, notes, and snippets.

@avosalmon
Created December 14, 2018 13:32
Show Gist options
  • Select an option

  • Save avosalmon/f30c56665f27cf0cdb89230fc00dadc5 to your computer and use it in GitHub Desktop.

Select an option

Save avosalmon/f30c56665f27cf0cdb89230fc00dadc5 to your computer and use it in GitHub Desktop.
npm scripts for laravel-mix
"scripts": {
"production-build": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production-upload-s3": "cross-env NODE_ENV=production UPLOAD_S3=true node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment