Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@juanonlab
Created September 20, 2018 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanonlab/4653c4de6075ab4dbdf631906b08a05e to your computer and use it in GitHub Desktop.
Save juanonlab/4653c4de6075ab4dbdf631906b08a05e to your computer and use it in GitHub Desktop.
package.json config files to run laravel mix in windows10
{
"name": "juanonlabcute_sass",
"version": "1.0.0",
"description": "juanonlab_cute drupal 8 subtheme",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"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",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"author": "juanonlab",
"license": "ISC",
"dependencies": {
"laravel-mix": "^2.1.11"
},
"devDependencies": {
"cross-env": "^5.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment