vue-dropzone icon indicating copy to clipboard operation
vue-dropzone copied to clipboard

added src directory in package.json and import dropzone.css path changed for babel transpile based on user config

Open sudhakarselva opened this issue 5 years ago • 0 comments

exposing because it allows user build config to take over instead of relying on already built file. This resolved IE11 unexpected ':' since my build pipeline is set for ie 11 (i am using nuxt js and same goes for vue cli => set transpiledep in config.js file)

sudhakarselva avatar Mar 10 '20 07:03 sudhakarselva