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?
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?