You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it's of minor concern for most but it would be really helpful to download the dist version unminified from anywhere ... I can only find the min.js file.
fyi ... I have to use old school js within an organization and find your library really convenient and easy to integrate. So when bundling, minify all within the project it would be great.
BTW is there any specific reason why you export it as default ? Wehn bundling I came into the problem that more than 1 default export was set (my error too on my side : ) )
Thanks
Norbert
The text was updated successfully, but these errors were encountered:
Problem ist that NUglify AS a bundler for example complains because He Sets all Exports in the end of the bundle and therefore only 1 is allowed per Module/file
I know it's of minor concern for most but it would be really helpful to download the dist version unminified from anywhere ... I can only find the min.js file.
fyi ... I have to use old school js within an organization and find your library really convenient and easy to integrate. So when bundling, minify all within the project it would be great.
BTW is there any specific reason why you export it as default ? Wehn bundling I came into the problem that more than 1 default export was set (my error too on my side : ) )
Thanks
Norbert
The text was updated successfully, but these errors were encountered: