mirror of https://github.com/aminya/setup-cpp
fix: enable optimizations back
This was an issue with my local installation. I had modified terser-config-atomic locally! This caused the build files to be incorrect
This commit is contained in:
parent
ac3fcb7f9c
commit
55c9300abd
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -149,7 +149,7 @@
|
|||
"node": ">=12.x"
|
||||
},
|
||||
"includeNodeModules": true,
|
||||
"optimize": false,
|
||||
"optimize": true,
|
||||
"outputFormat": "commonjs"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue