dungjk

Results 4 comments of dungjk

Hello @jcoqueret Thank you for your report. I've run your code but didn't encounter the issue. This may happen on certain versions of Node.js. Could you please provide more information...

Hello @eAmin I'm using `[email protected]` with `[email protected]` got NO warning message like this. Can you please provide more information of packages you're using?. You may try to upgrade `esbuild-sass-plugin` and...

`esbuild-sass-plugin` have changed to use `[email protected]` and modern API `compileString` since `v2.0.0`. Currently, `esbuild-sass-plugin` depend on `[email protected]` or `[email protected]` with fully modern API. I'm pretty sure the warning message may...

Hello @mckravchyk Sorry for late reply, but hope this will help. Esbuild try to resolve many thing import from input entry. In you case, to resolve you can follow [document...