mother / react-files

A file input (dropzone) management component for React
MIT License
145 stars 35 forks source link

Temp fix to webpack config for `window not defined` #19

Closed wootencl closed 6 years ago

wootencl commented 6 years ago

Should address issue #17. Issue is not with react-files but instead with webpack 4 (which react-files is now using). Issue is covered here and the temporary fix (used in this PR) is covered here within that issue.

asabhaney commented 6 years ago

Thanks @wootencl!