kutyel / linq.ts

πŸŒ€LINQ for TypeScript

Home Page:http://kutyel.github.io/linq.ts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add minified dist file

kutyel opened this issue Β· comments

Now that we are using Rollup, should be easy to output another file linq.min.js with the minified bundle as well πŸ˜„

Happy #hacktoberfest! 🍻

For CDN purposes this would come in handy, such as https://unpkg.com.

IMO this could be achieve better as a post-process step, using uglify on the umd bundle after it's generated, say running a postbuild command. Otherwise, doing it in Rollup (which is not suggested) means to create the bundle several times an it's not its purpose.

This will be achieved very soon by microbundle out-of-the-box when @developit implements the TypeScript support πŸ˜‰ πŸ‘