Skip to content

Instantly share code, notes, and snippets.

@callmephilip
Created April 13, 2016 23:21
Show Gist options
  • Select an option

  • Save callmephilip/0129e0d67f906fa5b6129cec873d7e23 to your computer and use it in GitHub Desktop.

Select an option

Save callmephilip/0129e0d67f906fa5b6129cec873d7e23 to your computer and use it in GitHub Desktop.
plugins: options.plugins.concat([
new webpack.DefinePlugin({
PARSE_API_ID: JSON.stringify(process.env.PARSE_API_ID),
PARSE_API_KEY: JSON.stringify(process.env.PARSE_API_KEY),
}),
]),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment