string-mask
string-mask copied to clipboard
modernize code
would you be willing to modernize this code?
- [ ] use babel
- [x] use es6/7 features
- [x] eslint
- [x] prettier
- [ ] deprecated bower
- [ ] deprecated gulp
Did you mean gulp is deprecated? Or he's using a deprecated version of gulp?
I think the best way to bundle a code is using rollback or webpack instead of gulp
Oh okay I misread. Yeah gulp is an automation tool, using webpack makes more sense when writing a public library.
Anyways there is a webpack plugin for gulp, called webpack stream I guess maybe that'll be good for you?