Explorar o código

@uppy/core: mark the package as side-effect free (#4730)

This should allow bundler to not include Preact when no UIPlugin is used.
Antoine du Hamel hai 1 ano
pai
achega
0b3b7dc546
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/@uppy/core/package.json

+ 1 - 0
packages/@uppy/core/package.json

@@ -7,6 +7,7 @@
   "style": "dist/style.min.css",
   "types": "types/index.d.ts",
   "type": "module",
+  "sideEffects": false,
   "keywords": [
     "file uploader",
     "uppy",