Skip to content

Commit 9e2c357

Browse files
committed
Removed junk lines from templated popup.html
Fixes #3
1 parent 30953ee commit 9e2c357

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

generator/template/src/popup/popup.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title><%- '\<\%= htmlWebpackPlugin.options.title \%\>' %></title>
8-
<link rel="stylesheet" href="popup.css">
98
</head>
109
<body>
11-
<div id="app">
12-
13-
</div>
14-
<script src="popup.js"></script>
10+
<div id="app"></div>
1511
</body>
1612
</html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-browser-extension",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Browser extension development plugin for vue-cli 3.0",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)