string-mask icon indicating copy to clipboard operation
string-mask copied to clipboard

modernize code

Open sibelius opened this issue 7 years ago • 3 comments

would you be willing to modernize this code?

  • [ ] use babel
  • [x] use es6/7 features
  • [x] eslint
  • [x] prettier
  • [ ] deprecated bower
  • [ ] deprecated gulp

sibelius avatar Aug 07 '18 11:08 sibelius

Did you mean gulp is deprecated? Or he's using a deprecated version of gulp?

Stevemoretz avatar Apr 17 '21 07:04 Stevemoretz

I think the best way to bundle a code is using rollback or webpack instead of gulp

sibelius avatar Apr 17 '21 09:04 sibelius

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?

Stevemoretz avatar Apr 17 '21 09:04 Stevemoretz