Lorti / vue-dictaphone

🎙️ Vue.js dictaphone component to record audio from the user
MIT License
24 stars 8 forks source link

Fix outdated build tooling #14

Closed santhoshtr closed 4 years ago

santhoshtr commented 4 years ago

This library uses slightly complicated build using webpack configurations and many unwanted devDependencies. For example node-sass is unnecessary as there is no sass requirement and installing it require compiling C code in target machine. Many of dev-dependencies are old versions.

I propose building it using vue-cli and simplify the build tooling and configuration.

I will help modernizing the library.

Lorti commented 4 years ago

Yes, it’s a 2 years old project built with the now deprecated Vue CLI 2. Thank you for your time!