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.
2 parents e343135 + 151a5e8 commit 5d4a0f7Copy full SHA for 5d4a0f7
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