Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
import polyfill at very beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihe774 committed Dec 9, 2023
1 parent 89cf37a commit b5d6d9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Brightness Tray</title>
<script src="/src/devtools.js"></script>
<script type="module" src="/src/polyfill.js"></script>
<script type="module" src="/src/main.ts"></script>
</head>
<body><div id="root" role="application"></div></body>
Expand Down
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { watchThrottled } from "./watchers";
import monitorManager from "./monitor";
import BrightnessPanel from "./components/BrightnessPanel.vue";
import panelState from "./wm";
import "./polyfill";
import "./style";
import "./style.global.sass";

Expand Down

0 comments on commit b5d6d9f

Please sign in to comment.