mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
Replace :whitespace optimization with :none
Because :whitespace is not compatible with nodejs target.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
:output-to "out/tests.js"
|
||||
:output-dir "out"
|
||||
:parallel-build false
|
||||
:optimizations :whitespace
|
||||
:optimizations :none
|
||||
:language-in :ecmascript5
|
||||
:language-out :ecmascript5
|
||||
:target :nodejs
|
||||
|
||||
Reference in New Issue
Block a user