Skip to content

Commit

Permalink
Remove dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
mgi166 committed Jul 24, 2017
1 parent b540afb commit f8c4ffb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const nodeExternals = require('webpack-node-externals');
const Dotenv = require('dotenv-webpack');
const path = require('path');

module.exports = {
Expand All @@ -23,7 +22,4 @@ module.exports = {
],
},
externals: [nodeExternals()],
plugins: [
new Dotenv(),
],
};

0 comments on commit f8c4ffb

Please sign in to comment.