mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 11:59:17 -05:00
Add esm test
This commit is contained in:
parent
ab51b43365
commit
69d9c8e88f
1 changed files with 14 additions and 3 deletions
|
@ -158,5 +158,16 @@
|
|||
:source-map-detail-level :all
|
||||
:warnings {:fn-deprecated false}}}
|
||||
|
||||
}}
|
||||
:test-esm
|
||||
{:target :esm-files
|
||||
:output-dir "target/test-esm"
|
||||
:ns-regexp "^frontend-tests.tokens.*-test$"
|
||||
:autorun true
|
||||
|
||||
:compiler-options
|
||||
{:output-feature-set :es2020
|
||||
:output-wrapper false
|
||||
:source-map true
|
||||
:source-map-include-sources-content true
|
||||
:source-map-detail-level :all
|
||||
:warnings {:fn-deprecated false}}}}}
|
||||
|
|
Loading…
Add table
Reference in a new issue