Переглянути джерело

meta: `keepNames` in bundle (#3926)

We rely on `.name` for the `@uppy/remote-sources` plugin.
Antoine du Hamel 2 роки тому
батько
коміт
a6d6f0bb94
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      bin/build-bundle.mjs

+ 1 - 0
bin/build-bundle.mjs

@@ -20,6 +20,7 @@ function buildBundle (srcFile, bundleFile, { minify = true, standalone = '', plu
       js: '"use strict";',
     },
     minify,
+    keepNames: true,
     plugins,
     target,
   }).then(() => {