Skip to content

Commit b4a9aba

Browse files
committed
ENV
1 parent c4b4b18 commit b4a9aba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpack.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ var ExtractTextPlugin = require("extract-text-webpack-plugin");
55
var BUILD_DIR = path.resolve(__dirname, 'dist/');
66
var APP_DIR = path.resolve(__dirname, 'src/');
77

8+
console.info('Building for API_URL: ', process.env.API_URL);
9+
810
var config = {
911
entry: ['babel-polyfill', APP_DIR + '/app.js'],
1012
output: {

0 commit comments

Comments
 (0)