Describe the bug
I noticed that the size of the main.js file that is distributed is 4MB.
I also noticed that the file contains the "source mapping" as its last line:
After removing this line, the file size is shrinked to 2MB.
Is there any reason why the source mapping is kept in the release file or can it be removed by using different settings when building the file?
Describe the bug I noticed that the size of the main.js file that is distributed is 4MB. I also noticed that the file contains the "source mapping" as its last line:
After removing this line, the file size is shrinked to 2MB. Is there any reason why the source mapping is kept in the release file or can it be removed by using different settings when building the file?