mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🎉 Add externds (fixes an issue on prod build).
This commit is contained in:
5
frontend/externs/main.txt
Normal file
5
frontend/externs/main.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
getBrowserEvent
|
||||
viewBox
|
||||
baseVal
|
||||
width
|
||||
height
|
||||
@@ -9,9 +9,13 @@
|
||||
:output-dir "resources/public/js/"
|
||||
:asset-path "/js"
|
||||
:modules {:main {:entries [uxbox.main]}}
|
||||
:compiler-options {:output-feature-set :es8}
|
||||
:release {:output-dir "target/dist/js"
|
||||
:compiler-options {:fn-invoke-direct true
|
||||
:compiler-options
|
||||
{:output-feature-set :es8
|
||||
:output-wrapper false}
|
||||
:release
|
||||
{:output-dir "target/dist/js"
|
||||
:compiler-options
|
||||
{:fn-invoke-direct true
|
||||
:source-map true
|
||||
:anon-fn-naming-policy :mapped
|
||||
:source-map-detail-level :all}}}}}
|
||||
|
||||
Reference in New Issue
Block a user