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 fd7d62d commit 151a5e8Copy full SHA for 151a5e8
template/build/webpack.prod.conf.js
@@ -46,7 +46,7 @@ config.plugins = (config.plugins || []).concat([
46
// extract css into its own file
47
new ExtractTextPlugin('[name].[contenthash].css'),
48
// generate dist index.html with correct asset hash for caching.
49
- // you can customize output by editing /build/index.template.html
+ // you can customize output by editing /src/index.html
50
// see https://github.com/ampedandwired/html-webpack-plugin
51
new HtmlWebpackPlugin({
52
filename: '../index.html',
0 commit comments