mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #17687 from Snuffleupagus/pr-17686-followup
Disable source-map generation in the minified builds (PR 17686 follow-up)
This commit is contained in:
commit
d96fd80ca0
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ function createWebpackConfig(
|
|||
!bundleDefines.MOZCENTRAL &&
|
||||
!bundleDefines.CHROME &&
|
||||
!bundleDefines.LIB &&
|
||||
!bundleDefines.MINIFIED &&
|
||||
!bundleDefines.TESTING &&
|
||||
!disableSourceMaps;
|
||||
const isModule = output.library?.type === "module";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue