refactor: migrate extension to React and update build configuration
This commit is contained in:
6
extension/dist/popup/index.html
vendored
6
extension/dist/popup/index.html
vendored
@@ -4,10 +4,12 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Modular Vault Extension</title>
|
||||
<link rel="stylesheet" href="popup.css">
|
||||
|
||||
<script type="module" crossorigin src="/assets/popup.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="popup.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user