webviewer-angular-sample icon indicating copy to clipboard operation
webviewer-angular-sample copied to clipboard

refactor: use webviewer lib from node_modules instead of local copy

Open piu130 opened this issue 1 year ago • 0 comments

When testing different webviewer versions, the postinstall script does not always run/work. An error is shown in the console that the versions differ.

With this MR the lib folder from webviewer in node_modules is used directly as asset instead of the local copy from postinstall script.

piu130 avatar Jul 22 '24 05:07 piu130