zspecza / common-tags

🔖 Useful template literal tags for dealing with strings in ES2015+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate built files for CDN use

erquhart opened this issue · comments

Awesome project here! I had just finished reworking a bunch of examples for Netlify CMS using stripIndent when I realized there's no way to "just use it" via a CDN like unpkg.com. Have you considered providing built files?

It looks like an easy improvement without a lot of changes to the existing project. I'd get rid of babel-runtime at the same time to solve some complaints about big deps.

@declandewet Would Rollup work for you as a packaging tool?

@erquhart Could you take a look at the PR I added (#150)? Just want to make sure that everything that's needed is included there.

Awesome, thanks for this @fatfisz!!