address comments
This commit is contained in:
parent
cf08f5a9cd
commit
5b0aafadb1
8 changed files with 53 additions and 31 deletions
|
|
@ -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
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue