Skip to content

Commit

Permalink
remove calls to eval from dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed Oct 31, 2019
1 parent 7f03ca7 commit 3098d04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Expand Up @@ -24,6 +24,8 @@ if (yargs.argv.analyze) {
var config = {
mode: mode,
entry: [__dirname + "/src/index.js"],
node: { global: false },
devtool: yargs.argv.p ? 'source-map': false,
output: {
path: path.join(__dirname, "/dist"),
filename: outputFile,
Expand Down

0 comments on commit 3098d04

Please sign in to comment.