Skip to content

Instantly share code, notes, and snippets.

@piotrekwitkowski
Last active February 17, 2019 01:24
Show Gist options
  • Save piotrekwitkowski/aa6ac511dcd045ffa7c07769a2f6dfea to your computer and use it in GitHub Desktop.
Save piotrekwitkowski/aa6ac511dcd045ffa7c07769a2f6dfea to your computer and use it in GitHub Desktop.
Jeden webpack.config.js dla buildów produkcyjnych i deweloperskich
"scripts": {
"start": "webpack-dev-server --hot",
"build": "webpack -p"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment