We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b4b18 commit b4a9abaCopy full SHA for b4a9aba
webpack.config.js
@@ -5,6 +5,8 @@ var ExtractTextPlugin = require("extract-text-webpack-plugin");
5
var BUILD_DIR = path.resolve(__dirname, 'dist/');
6
var APP_DIR = path.resolve(__dirname, 'src/');
7
8
+console.info('Building for API_URL: ', process.env.API_URL);
9
+
10
var config = {
11
entry: ['babel-polyfill', APP_DIR + '/app.js'],
12
output: {
0 commit comments