solvvy / redact-pii

Remove personally identifiable information from text.
MIT License
185 stars 56 forks source link

Transpile to ES2015 #27

Open t1ff4ny opened 5 years ago

t1ff4ny commented 5 years ago

We are using webpack and it requires ES2015 to re-ingest the node modules. Is it possible to have this library transpiled to ES2015?

geekflyer commented 5 years ago

do you mean it requires ES2015 module syntax instead or CommonJS or what specifically are you referring to?