Skip to content

Commit

Permalink
Merge pull request #455 from thisislawatts/chore/remove-use-of-eval
Browse files Browse the repository at this point in the history
chore: remove eval from minified file
  • Loading branch information
chrissrogers authored Apr 27, 2018
2 parents 2871108 + 6abad16 commit 016ed4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ var path = require('path');
var minify = ~process.argv.indexOf('-p');

module.exports = {
node: {
global: false,
},
entry: './index',
output: {
path: path.join(__dirname, 'build'),
Expand Down

0 comments on commit 016ed4d

Please sign in to comment.