Skip to content

Commit 34a6585

Browse files
committed
vue-cli to vite
1 parent a460734 commit 34a6585

File tree

7 files changed

+1242
-27957
lines changed

7 files changed

+1242
-27957
lines changed

public/index.html renamed to index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
8-
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
9-
<title><%= htmlWebpackPlugin.options.title %></title>
8+
<link rel="icon" href="/favicon.ico">
9+
<title>vue3-openlayers</title>
1010
</head>
1111
<body>
1212
<noscript>
13-
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
13+
<strong>We're sorry but vue3-openlayers doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
1414
</noscript>
1515
<div id="app"></div>
16-
<!-- built files will be auto injected -->
16+
<script type="module" src="/src/main.js"></script>
1717
</body>
1818
</html>

0 commit comments

Comments
 (0)