Skip to content

Instantly share code, notes, and snippets.

@GeoDoo
Created April 23, 2017 13:51
Show Gist options
  • Save GeoDoo/f1a905ef609c144aa7b1827a2baa4954 to your computer and use it in GitHub Desktop.
Save GeoDoo/f1a905ef609c144aa7b1827a2baa4954 to your computer and use it in GitHub Desktop.
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