Fork me on GitHub
#shadow-cljs
<
2021-02-26
>
fsd15:02:50

Hello Good Morning, I needed a little help, how do I make shadow-cljs react application support old browser such as Internet Explorer (IE)

thheller15:02:54

that entirely depends on what is causing it not to work. maybe you need to add some polyfills. maybe :compiler-options {:output-feature-set :es3} in your build config works.

thheller15:02:36

is it breaking in some npm library? does it break in your code? there is unfortunately no easy answer to this if the above is not enough.

fsd16:02:16

@thheller this is what I get

thheller16:02:06

does the release build work? watch doesn't need to work and has no priority to work.

fsd16:02:20

I only used yarn start I am new to shadow cljs How do I run that command?

thheller16:02:50

what does yarn start do? what template did you use? normally just shadow-cljs release <your-build-id>

fsd16:02:42

yarn postcss && shadow-cljs watch app

thheller16:02:15

so shadow-cljs release app