Skip to content

Instantly share code, notes, and snippets.

@jschr
Created April 11, 2017 22:49
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 jschr/259ee82afaf8e17b0943ce001dc6bda9 to your computer and use it in GitHub Desktop.
Save jschr/259ee82afaf8e17b0943ce001dc6bda9 to your computer and use it in GitHub Desktop.
webpack tip #2
webpack-dev-server --env.FOO bar
export default function({ FOO }) {
console.log(FOO) // bar
return {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment