-
-
Notifications
You must be signed in to change notification settings - Fork 434
Open
Description
I would like to export sourcemaps but strip out all comments.
I have the following in my tsconfig (this is loaded via ts-loader)
"removeComments": true,
"sourceMap": true,
My webconfig
devtool: ''source-map"
However all my comments are there, plain for all to see.
The sourcemaps export fine.
How do I remove the comments from these sourcemaps?
Metadata
Metadata
Assignees
Labels
No labels