Skip to content

Commit 621a5e9

Browse files
committed
fix
1 parent 987c434 commit 621a5e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-utils/webpack.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
new CleanWebpackPlugin(),
2121
new HtmlWebpackPlugin({
2222
title: 'Hello Webpack bundled JavaScript Project',
23-
template: 'src/index.html'
23+
template: './src/index.html'
2424
})
2525
],
2626
output: {

0 commit comments

Comments
 (0)