rowanwins / vue-dropzone

A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
https://rowanwins.github.io/vue-dropzone/docs/dist
MIT License
2.02k stars 1.4k forks source link

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

Open sudhakarselva opened 4 years ago

sudhakarselva commented 4 years ago

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)