Skip to content

Instantly share code, notes, and snippets.

@skobba
Created September 12, 2019 08:25
Show Gist options
  • Select an option

  • Save skobba/441ff146ee7c30b0ffd6a8b420c9055a to your computer and use it in GitHub Desktop.

Select an option

Save skobba/441ff146ee7c30b0ffd6a8b420c9055a to your computer and use it in GitHub Desktop.
webpack - environment variable
plugins: [
new webpack.DefinePlugin({
'process.env.BACKEND': '"dev1"'
}),
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment