Cleaning deployment related stuff

This commit is contained in:
Jori Lallo
2017-02-09 21:55:36 -08:00
parent 8a489ce18e
commit 0cd285097f
10 changed files with 4 additions and 24 deletions

View File

@@ -1,8 +1,7 @@
const path = require('path');
const webpack = require('webpack');
// Load .env
require('dotenv').config();
require('dotenv').config({ silent: true });
const definePlugin = new webpack.DefinePlugin({
__DEV__: JSON.stringify(JSON.parse(process.env.NODE_ENV !== 'production')),