smronju / vue-webcam

A Vue component for capturing image from webcam.
MIT License
63 stars 38 forks source link

Added a minified ES2015-compiled version #2

Closed markvesterskov closed 7 years ago

markvesterskov commented 7 years ago

Builds failed for me using the regular version, because node_modules are not run through webpacks ES2015-processor

smronju commented 7 years ago

Minified versions are good for production use what if developers need any modifications?

markvesterskov commented 7 years ago

Then they can still make them using VueWebcam.js - the only change is that we assume that, by default, people use the standard minified version. The full version is still available to those who might want it.

smronju commented 7 years ago

Thanks for your contribution 👍