Skip to content

Commit 4406075

Browse files
committed
Release 2.3.2
1 parent d7eb3ba commit 4406075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-uploader",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"author": "Upload <hello@upload.io> (https://upload.io)",
55
"description": "React File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐",
66
"license": "MIT",

webpack.config.cdn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
output: {
1717
...config.output,
1818
filename: `v${majorVersion}.js`,
19-
libraryTarget: "umd"
19+
libraryTarget: "window"
2020
},
2121
// Important: causes all dependencies to be bundled into one JS file.
2222
externals: {

0 commit comments

Comments
 (0)