react-uploader
Advanced tools
Comparing version 2.3.2 to 2.3.3
{ | ||
"name": "react-uploader", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"author": "Upload <hello@upload.io> (https://upload.io)", | ||
@@ -5,0 +5,0 @@ "description": "React File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐", |
@@ -19,8 +19,18 @@ /* eslint @typescript-eslint/no-var-requires: 0 */ | ||
filename: `v${majorVersion}.js`, | ||
libraryTarget: "window" | ||
libraryTarget: "umd" | ||
}, | ||
// Important: causes all dependencies to be bundled into one JS file. | ||
externals: { | ||
"react": "React", | ||
"react-dom": "ReactDOM" | ||
"react": { | ||
root: "React", | ||
commonjs: "react", | ||
commonjs2: "react", | ||
amd: "react" | ||
}, | ||
"react-dom": { | ||
root: "ReactDOM", | ||
commonjs: "react-dom", | ||
commonjs2: "react-dom", | ||
amd: "react-dom" | ||
} | ||
}, | ||
@@ -27,0 +37,0 @@ resolve: { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114419
319