Skip to content

Commit a6cb23d

Browse files
committed
Get options page title from HTML plugin
1 parent 585cf60 commit a6cb23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>S-CSS-P Options</title>
4+
<title><%= htmlWebpackPlugin.options.title %></title>
55
</head>
66
<body bgcolor="#cccccc">
77
<table width="100%">

0 commit comments

Comments
 (0)