Skip to content

Commit 30953ee

Browse files
committed
Fix generate bug on popup.html
- Embedded template syntax for build time
1 parent 64e3234 commit 30953ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/template/src/popup/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7-
<title><%= htmlWebpackPlugin.options.title %></title>
7+
<title><%- '\<\%= htmlWebpackPlugin.options.title \%\>' %></title>
88
<link rel="stylesheet" href="popup.css">
99
</head>
1010
<body>

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.0",
3+
"version": "0.3.1",
44
"description": "Browser extension development plugin for vue-cli 3.0",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)