Skip to content

Instantly share code, notes, and snippets.

@benfurfie
Created May 25, 2019 08:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benfurfie/d484e7c906948f0889861263bcfaa845 to your computer and use it in GitHub Desktop.
Save benfurfie/d484e7c906948f0889861263bcfaa845 to your computer and use it in GitHub Desktop.
{
"devDependencies": {
"laravel-mix": "^4.0.15",
"tailwindcss": "^1.0.1",
"vue-template-compiler": "^2.6.10"
},
"scripts": {
"dev": "yarn run development",
"development": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "yarn run development --watch",
"prod": "yarn run production",
"production": "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