Skip to content

Commit 9d5b585

Browse files
Refactor
1 parent 106d392 commit 9d5b585

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

webpack.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ module.exports = {
6464
new HtmlWebpackPlugin({
6565
chunks: ["index"],
6666
filename: "index.leaf",
67-
template: "./Public/index.leaf",
67+
template: "./Public/index.html",
6868
}),
6969
new CopyWebbackPlugin({
7070
patterns: [
7171
{ from: "./Public/images", to: "images" },
7272
{ from: "./Public/favicons", to: "favicons" },
7373
{ from: "./Public/apple-touch-icon.png", to: "apple-touch-icon.png" },
7474
{ from: "./Public/favicon.ico", to: "favicon.ico" },
75-
{ from: "./Public/error.leaf", to: "error.leaf" },
75+
{ from: "./Public/error.html", to: "error.leaf" },
7676
{ from: "./Public/robots.txt", to: "robots.txt" },
7777
],
7878
}),

0 commit comments

Comments
 (0)