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
Thanks for creating this configuration so that we can have more performant nest applications.
I want to generate sourceMaps for my bundle to find bugs more easily. Unfortunately I am not able to configure swc in your setup, swcOptions can not be configured by the exported functions.
I then copied your implementation for a production build and adjusted only the sourceMap parameter.
Unfortunately the output does not include any source map files whatsoever. I am not the most experienced in terms of this build tooling so maybe you can help me find the issue.
This is my configuration (a copy of your production config only that it should pass sourceMaps: true as an options to swc):
Thanks for creating this configuration so that we can have more performant nest applications.
I want to generate sourceMaps for my bundle to find bugs more easily. Unfortunately I am not able to configure swc in your setup,
swcOptions
can not be configured by the exported functions.I then copied your implementation for a production build and adjusted only the
sourceMap
parameter.Unfortunately the output does not include any source map files whatsoever. I am not the most experienced in terms of this build tooling so maybe you can help me find the issue.
This is my configuration (a copy of your production config only that it should pass
sourceMaps: true
as an options to swc):The text was updated successfully, but these errors were encountered: