Skip to content

Instantly share code, notes, and snippets.

@lafraga93
Last active July 23, 2019 13:04
Show Gist options
  • Save lafraga93/82f41fb5e8a5e168068faa8a310faa54 to your computer and use it in GitHub Desktop.
Save lafraga93/82f41fb5e8a5e168068faa8a310faa54 to your computer and use it in GitHub Desktop.
Laravel Mix Tutorial
"scripts": {
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production 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