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 was archived by the owner on Aug 4, 2021. It is now read-only.
In babel plugin options, I ignore some files, then rollup tell me:
Sourcemap is likely to be incorrect: a plugin ('babel') was used to transform files, but didn't generate a sourcemap for the transformation.
And the generated sourcemap is wrong indeed(not contain the ignore files)
How can I get the full sourcemap that includes the ignored files of babel plugin?
In babel plugin options, I ignore some files, then rollup tell me:
And the generated sourcemap is wrong indeed(not contain the ignore files)
How can I get the full sourcemap that includes the ignored files of babel plugin?
The following is my babel plugin option: