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
With the above, there's no way for esbuild to build the correct source maps without additional information, so we adjust the sourcemaps generated by esbuild by looking at the namespace prefix. This worked great in v0.24.0.
In v0.25.0, without that prefix, we have no (simple) way of knowing where to look.
The text was updated successfully, but these errors were encountered:
In Hugo we have some custom import resolvers similar to:
With the above, there's no way for
esbuild
to build the correct source maps without additional information, so we adjust the sourcemaps generated byesbuild
by looking at the namespace prefix. This worked great inv0.24.0
.In
v0.25.0
, without that prefix, we have no (simple) way of knowing where to look.The text was updated successfully, but these errors were encountered: