address comments

This commit is contained in:
Robert Brignull 2020-08-12 17:42:47 +01:00
parent cf08f5a9cd
commit 5b0aafadb1
8 changed files with 53 additions and 31 deletions

View file

@ -16,11 +16,10 @@ module.exports = {
extensions: [ '.ts', '.js' ],
},
output: {
filename: 'cli.js',
filename: 'code-scanning-cli.js',
path: path.resolve(__dirname, 'cli'),
},
optimization: {
// We no not want to minimize our code.
minimize: false
},
};