Selaa lähdekoodia

meta: `keepNames` in bundle (#3926)

We rely on `.name` for the `@uppy/remote-sources` plugin.
Antoine du Hamel 2 vuotta sitten
vanhempi
commit
a6d6f0bb94
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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(() => {