Bläddra i källkod

meta: `keepNames` in bundle (#3926)

We rely on `.name` for the `@uppy/remote-sources` plugin.
Antoine du Hamel 2 år sedan
förälder
incheckning
a6d6f0bb94
1 ändrade filer med 1 tillägg och 0 borttagningar
  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(() => {