feat(sdk,client): target es2015 for old chromecast compatibility
arcad/edge/pipeline/head This commit looks good
Details
arcad/edge/pipeline/head This commit looks good
Details
This commit is contained in:
parent
d0b57ab15f
commit
701804f626
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ pkg/sdk/client/dist/client.js: tools/esbuild/bin/esbuild node_modules
|
||||||
pkg/sdk/client/src/index.ts \
|
pkg/sdk/client/src/index.ts \
|
||||||
--bundle \
|
--bundle \
|
||||||
--sourcemap \
|
--sourcemap \
|
||||||
--target=es2020 \
|
--target=es2015 \
|
||||||
--format=iife \
|
--format=iife \
|
||||||
--global-name=Edge \
|
--global-name=Edge \
|
||||||
--define:global=window \
|
--define:global=window \
|
||||||
|
|
Loading…
Reference in New Issue