Skip to content

Instantly share code, notes, and snippets.

@adeelibr
Created April 22, 2018 14:19
Show Gist options
  • Save adeelibr/28f376a4d64d58e101e7dfa956fe4e67 to your computer and use it in GitHub Desktop.
Save adeelibr/28f376a4d64d58e101e7dfa956fe4e67 to your computer and use it in GitHub Desktop.
dev script for webpack tutorial
"scripts": {
"start:dev": "webpack-dev-server --mode development --config config/webpack.base.config.js --open --hot --history-api-fallback"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment