Created
April 13, 2016 23:21
-
-
Save callmephilip/0129e0d67f906fa5b6129cec873d7e23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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