We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987c434 commit 621a5e9Copy full SHA for 621a5e9
1 file changed
build-utils/webpack.common.js
@@ -20,7 +20,7 @@ module.exports = {
20
new CleanWebpackPlugin(),
21
new HtmlWebpackPlugin({
22
title: 'Hello Webpack bundled JavaScript Project',
23
- template: 'src/index.html'
+ template: './src/index.html'
24
})
25
],
26
output: {
0 commit comments