jonathantneal / flexibility

A JavaScript polyfill for Flexbox
https://jonathantneal.github.io/flexibility/
MIT License
4.33k stars 479 forks source link

Distribute package with unminified dist/ #70

Open devlato opened 8 years ago

devlato commented 8 years ago

Hey guys,

previously (i.e. in v1.0.5) there was a dist/ folder containing the non-minified versions of library, so it was comfortable to use it as polyfill. Now webpack-based compilation with flexibility as polyfill fails.

Can you distribute the package with the sources in the dist/ like it was done before?