Skip to content

Commit 5d4a0f7

Browse files
committed
Merge pull request vuejs-templates#19 from jbruni/patch-1
Update webpack.prod.conf.js - fix path at comment
2 parents e343135 + 151a5e8 commit 5d4a0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/build/webpack.prod.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ config.plugins = (config.plugins || []).concat([
4646
// extract css into its own file
4747
new ExtractTextPlugin('[name].[contenthash].css'),
4848
// generate dist index.html with correct asset hash for caching.
49-
// you can customize output by editing /build/index.template.html
49+
// you can customize output by editing /src/index.html
5050
// see https://github.com/ampedandwired/html-webpack-plugin
5151
new HtmlWebpackPlugin({
5252
filename: '../index.html',

0 commit comments

Comments
 (0)