mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-11 17:45:32 +00:00
refactor: no minimize for now since #2
This commit is contained in:
parent
0aeac57a99
commit
da73f82b95
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ module.exports = (parentDir, alias = {}, aliasFields = 'browser', filename = 'ap
|
|||
filename: 'renderer.js'
|
||||
},
|
||||
mode,
|
||||
optimization:{
|
||||
minimize: false // TODO: https://github.com/NoCrypt/migu/issues/2
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue