Use NODE_ENV from environment instead of overriding it

This commit is contained in:
Alex Gleason
2020-04-26 12:49:20 -05:00
parent 741b065d82
commit 24c7b3a6bf
8 changed files with 57 additions and 16 deletions

View File

@ -1,5 +1,5 @@
// Note: You must restart bin/webpack-dev-server for changes to take effect
require('dotenv').config();
console.log('Running in development mode'); // eslint-disable-line no-console
const { resolve } = require('path');
const merge = require('webpack-merge');