You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the point of this code? If you have multiple transforms, it only considers the last one.
I had problems with other plugin for this reason.
I have 3 transforms:
I changed the first one to esbuild-jest. On ".jsx" extension runs perfectly but when i switch to ".js" it throws error.
That's why I added loaders option to it. But i couldn't see the difference because only first one had loaders others
didn't and i ended up with empty object returned from getOptions.
The text was updated successfully, but these errors were encountered:
esbuild-jest/src/index.ts
Lines 16 to 20 in 1bf605a
What is the point of this code? If you have multiple transforms, it only considers the last one.
I had problems with other plugin for this reason.
I have 3 transforms:
I changed the first one to esbuild-jest. On ".jsx" extension runs perfectly but when i switch to ".js" it throws error.
That's why I added loaders option to it. But i couldn't see the difference because only first one had loaders others
didn't and i ended up with empty object returned from getOptions.
The text was updated successfully, but these errors were encountered: