UNPKG

@suns/react-monorepo-nx

Version:

To evaluate and compare the bundled and unbundled builds on large codebase.

22 lines (19 loc) 673 B
<!DOCTYPE html> <html moznomarginboxes mozdisallowselectionprint> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="noindex"> <link rel="icon" href="assets/pdftron.ico"> <title>WebViewer UI</title> </head> <body> <div id="app" style="position: relative; width: 100%; height: 100%; visibility: hidden"></div> <div id="line-connector-wrapper"> <div id="line-connector-root"></div> </div> <div id="outline-edit-popup-portal"></div> <script src="/core/webviewer-core.min.js"></script> <script src="/ui/webviewer-ui.min.js"></script> </body> </html>