sindresorhus / linkify-urls

Linkify URLs in a string
MIT License
160 stars 22 forks source link

added babel build for support es5 #12

Closed monrus closed 6 years ago

sindresorhus commented 6 years ago

This module mainly targets Node.js, not the browser. It's up to you to transpile it with Babel if you want to use it in the browser. You can find a more detailed explanation here: https://github.com/sindresorhus/ama/issues/446

If you use Webpack, check out babel-engine-plugin, which transpiles only the dependencies that needs to be transpiled.