Skip to content

Instantly share code, notes, and snippets.

@ho3ein-mola
Created March 6, 2018 07:25
Show Gist options
  • Save ho3ein-mola/e75b1b9bbf586f99d87be0b6fbcafd67 to your computer and use it in GitHub Desktop.
Save ho3ein-mola/e75b1b9bbf586f99d87be0b6fbcafd67 to your computer and use it in GitHub Desktop.
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --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