vue-formulate-extended icon indicating copy to clipboard operation
vue-formulate-extended copied to clipboard

[Bug] Breaks build when `imask` is not installed

Open hacknug opened this issue 3 years ago • 3 comments

Seems like imask is required regardless of your settings. According to README.md this should only be required when textMask: true so we should either fix the issue or change the docs.

hacknug avatar Aug 13 '20 16:08 hacknug

Indeed. I'll have a look tomorrow (9pm here).

gahabeen avatar Aug 13 '20 19:08 gahabeen

I've initiated a new branch to see if I can find a non-breaking solution. On-going issue until I get enough time to validate it.

@hacknug Feel free to have a look at it if you see a quick fix 😉

gahabeen avatar Aug 14 '20 16:08 gahabeen

I just had the need for this plugin on a new project and I can confirm the changes on lazy-loaded-features (they were merged into master, right?) did not fix the issue. I still had to install imask to prevent things from breaking.

hacknug avatar Sep 29 '20 14:09 hacknug