I've been install this gem into my existing app but when I tried to require it inside my application.js(with webpacker) it doesn't work? What should I do?
Hi @kwhandy - this gem is intended for using it with Sprockets. If you're running webpacker in your project, I think you'll be better off by using the Dropzone JS lib directly by installing it with yarn or npm.
I've been install this gem into my existing app but when I tried to require it inside my application.js(with webpacker) it doesn't work? What should I do?