Skip to content

Commit cf6460b

Browse files
peteruithovenskipjack
authored andcommitted
docs(guides): fix output management entry config (#1347)
1 parent 2f1a667 commit cf6460b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/output-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var HtmlWebpackPlugin = require('html-webpack-plugin');
4242

4343
module.exports = {
4444
entry: {
45-
app: './index.js',
45+
app: './src/index.js',
4646
vendor: [ 'react', 'react-dom' ]
4747
},
4848

0 commit comments

Comments
 (0)