sasstools / scss-tokenizer

A tokenzier for Sass' SCSS syntax
MIT License
24 stars 22 forks source link

update babel from 5.x to 6.x #9

Closed jharris4 closed 7 years ago

jharris4 commented 7 years ago

Should fix #8

loganfsmyth commented 7 years ago

I'll just add that @xzyfer, the Babel team doesn't generally recommend register be used in library usecases, because it will conflict if anyone using your library uses babel-register in their own app, so while this upgrade is good to have, you should consider a prepublish compilation workflow if this library is going to get more work done on it.

STRML commented 7 years ago

See #11

jharris4 commented 7 years ago

Closing in favour of #11