Skip to content

Instantly share code, notes, and snippets.

@marensas
Last active January 29, 2018 09:25
Show Gist options
  • Save marensas/ce2450a7b535045f986cb7672cee92cb to your computer and use it in GitHub Desktop.
Save marensas/ce2450a7b535045f986cb7672cee92cb to your computer and use it in GitHub Desktop.
Webpack 3
{
"private": true,
"scripts": {
"dev": "http-server & node_modules/.bin/webpack --watch",
},
"dependencies": {
"http-server": "^0.11.1",
"webpack": "^3.10.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment