UNPKG

react-dropzone

Version:
15 lines (14 loc) 247 B
{ module.exports = { entry: "./lib/index.js", output: { path: __dirname, filename: "./dist/react-dropzone.js", libraryTarget: "var", library: "Dropzone" }, externals: { "react": "React" } } };