Skip to content

Instantly share code, notes, and snippets.

@laggingreflex
Last active July 11, 2018 08:25
Show Gist options
  • Save laggingreflex/822940997eead5347935881f802b8392 to your computer and use it in GitHub Desktop.
Save laggingreflex/822940997eead5347935881f802b8392 to your computer and use it in GitHub Desktop.
const serve = require('webpack-serve');
serve({ config: {} });
{
"main": "index.js",
"scripts": {
"start": "node ."
},
"dependencies": {
"webpack-serve": "^2.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment