vue-tel-input icon indicating copy to clipboard operation
vue-tel-input copied to clipboard

Issue with pre-build `awesome-phonenumber`

Open probil opened this issue 4 years ago • 1 comments

Since awesome-phonenumber is pre-built in the library and we use awesome-phonenumber for other purpose we ended up with two copies of awesome-phonenumber in our project which is not good for performance (extra ~223kb of js).

It would be nice if library could accept awesome-phonenumber from outside or as alternative src folder were publish on npm so we can transpile it as any other file in our project and deduplicate using webpack .

probil avatar May 19 '20 14:05 probil

Library has been rewritten without awesome-phonenumber but the issue still exist

probil avatar May 24 '21 13:05 probil