Include source maps when using --zip
Dear Plasmo developers, I think the
--source-maps
flag doesn't work with --zip
. I am new to the project, so I started by opening a PR that should fix it:
https://github.com/PlasmoHQ/plasmo/pull/1318
Do I need to post that somewhere so someone can take a look at it? We built an internal extension, and source maps would be nice in our production bundle to troubleshoot issues on the fly 🙂GitHub
fix: --source-maps ignored when using --zip by chr1gu · Pull Reque...
Details
The build command was ignoring the --source-maps flag when combined with the --zip option. As a result, builds packaged as zip archives did not include source maps, even if explicitly reque...
0 Replies