mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 03:28:25 -05:00
Replace :whitespace optimization with :none
Because :whitespace is not compatible with nodejs target.
This commit is contained in:
parent
0a64ff9ef3
commit
1abc0e4239
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
:output-to "out/tests.js"
|
:output-to "out/tests.js"
|
||||||
:output-dir "out"
|
:output-dir "out"
|
||||||
:parallel-build false
|
:parallel-build false
|
||||||
:optimizations :whitespace
|
:optimizations :none
|
||||||
:language-in :ecmascript5
|
:language-in :ecmascript5
|
||||||
:language-out :ecmascript5
|
:language-out :ecmascript5
|
||||||
:target :nodejs
|
:target :nodejs
|
||||||
|
|
Loading…
Add table
Reference in a new issue