autosize-input icon indicating copy to clipboard operation
autosize-input copied to clipboard

Include a built version of the lib

Open pomartel opened this issue 4 years ago • 3 comments

Would it be possible to include a built version (bundle.js) of the library like there used to be in version 0.4.0? That would be useful for those of us who just want to include the file directly and don't have a build system.

pomartel avatar Apr 22 '20 15:04 pomartel

@pomartel – https://wzrd.in/standalone/autosize-input@latest

(This is also used in the CodePen demo.)

yuanqing avatar Apr 22 '20 16:04 yuanqing

Thanks for the quick reply! I could import this js file directly in my project but I'm using yarn, which has the advantage of keeping track of any updates to the libraries import in my project. That's why I would have preferred to a built JS file directly here in the repository. But that's ok, I'm still using version 0.4 which works fine!

pomartel avatar Apr 22 '20 16:04 pomartel

This no longer works (getting gateway timeouts). Neither does https://bundle.run/.

Any tips for those of us who need a simple, standalone, non-bloated codebase?

designosis avatar Feb 15 '22 19:02 designosis