Closed wrmk closed 1 month ago
Hello @wrmk
Which version of esbuild
you are using?.
If you're using esbuild
with version before @0.17.2
you may need to upgrade it.
Hello @wrmk Which version of
esbuild
you are using?. If you're usingesbuild
with version before@0.17.2
you may need to upgrade it.
Hi! Yeah, my esbuild version is below 0.17.2. Will try, thank you.
Hello @wrmk Which version of
esbuild
you are using?. If you're usingesbuild
with version before@0.17.2
you may need to upgrade it.Hi! Yeah, my esbuild version is below 0.17.2. Will try, thank you.
it works! much appreciate
Hi!
Recently I adapted the Rails project to compile CSS via esbuild, everything works great but I would like to reduce the time of the compilation. Because of that, I tried to use the
embedded: true
flag, but for some reason I've got the below error:My plugin configuration:
Maybe I'm doing something wrong, or there is a problem with the plugin, I don't know., but I'd like to start the conversation to get comments about this situation.