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
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
'swc-loader' is fast and great. However, if we pass inputSourceMap: true from loader options, in doesn't work as babel-loader do.
in the source code: the inputSourceMap set as the one from last loader, while babel-loader from the source code will use it from loader option if no inputSourceMap pass from last loader.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
'swc-loader' is fast and great. However, if we pass
inputSourceMap: true
from loader options, in doesn't work as babel-loader do.in the source code: the inputSourceMap set as the one from last loader, while
babel-loader
from the source code will use it from loader option if no inputSourceMap pass from last loader.The text was updated successfully, but these errors were encountered: