The error like the picture above. <img width="136" alt="image" src="https://user-images.githubusercontent.com/6211722/65926021-be59f480-e425-11e9-9423-3016ec4b121f.png"> and I had rewrite the code in src-cljs/mini_file_server/core.cljs ``` (let [dz (js/Dropzone. "#dropzone" #js {:maxFilesize 2048})] ``` to ``` (let [dz (js/Dropzone. "#dropzone" #js {:maxFilesize 5048})] ``` but it do not work.
The error like the picture above.
and I had rewrite the code in src-cljs/mini_file_server/core.cljs
to
but it do not work.