Skip to content

Commit d7eb3ba

Browse files
committed
Release 2.3.1
1 parent d758fff commit d7eb3ba

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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.0",
3+
"version": "2.3.1",
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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ module.exports = {
1919
libraryTarget: "umd"
2020
},
2121
// Important: causes all dependencies to be bundled into one JS file.
22-
externals: [],
22+
externals: {
23+
"react": "React",
24+
"react-dom": "ReactDOM"
25+
},
2326
resolve: {
2427
...config.resolve,
2528
modules: [

0 commit comments

Comments
 (0)