-
Hi, How to disable source maps? |
Beta Was this translation helpful? Give feedback.
Answered by
unix
Mar 4, 2022
Replies: 2 comments 6 replies
-
It depends on what package tool you are using, you can find the option to disable |
Beta Was this translation helpful? Give feedback.
3 replies
-
The output of cjs does produce inline source-map files, and it's indeed hard for the user to remove them. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
nicodinh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The output of cjs does produce inline source-map files, and it's indeed hard for the user to remove them.
I created #752 to remove source-map in the cjs bundle, it has been solved in local tests, a version update will be available later.