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 Jan 16, 2025. It is now read-only.
KunalTanwar
changed the title
Source Map flag (--source-map) with Out File flag (-o) generating source map
Maps generating even after setting -s falseMay 13, 2022
Describe the bug
SWC still generating map even after setting
--source-map
or-s
to falseInput code
package.json
Config
even after removing flags from the script and adding same configuration in
.swcrc
the output is sameExpected behavior
The output should not generate
*.js.map
file after setting-s
to falseActual behavior
Generating source maps.
Input
Output
Version
@swc/cli - ^0.1.55, @swc/core - ^1.2.133
The text was updated successfully, but these errors were encountered: