0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🎉 Add externds (fixes an issue on prod build).

This commit is contained in:
Andrey Antukh 2020-04-02 23:56:26 +02:00
parent c907126b60
commit b563ab445c
2 changed files with 15 additions and 6 deletions

View file

@ -0,0 +1,5 @@
getBrowserEvent
viewBox
baseVal
width
height

View file

@ -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}}}}}