Created
April 23, 2017 13:51
-
-
Save GeoDoo/f1a905ef609c144aa7b1827a2baa4954 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
const webpack = require('webpack'); | |
const myEnv = require('dotenv').config(); | |
................................... | |
}, | |
plugins: [ | |
new webpack.DefinePlugin({ | |
API_KEY: JSON.stringify(myEnv.parsed.API_KEY), | |
}), | |
], | |
................................... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment