Skip to content

Commit

Permalink
fix: migrate tab add-in sample to vite
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzhang committed Sep 26, 2024
1 parent d665a09 commit 9b22d79
Show file tree
Hide file tree
Showing 9 changed files with 29,485 additions and 27 deletions.
14,572 changes: 14,572 additions & 0 deletions hello-world-teams-tab-and-outlook-add-in/add-in/package-lock.json

Large diffs are not rendered by default.

7,837 changes: 7,837 additions & 0 deletions hello-world-teams-tab-and-outlook-add-in/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<link
rel="stylesheet"
href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/11.0.0/css/fabric.min.css"
Expand All @@ -13,5 +13,6 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
Loading

0 comments on commit 9b22d79

Please sign in to comment.