Skip to content

Commit 0fc5202

Browse files
authored
Fix typo
1 parent dde20d3 commit 0fc5202

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3954,7 +3954,7 @@ module.exports = {
39543954
new HtmlBundlerPlugin({
39553955
entry: {
39563956
index: {
3957-
// output dist/imdex.html
3957+
// output dist/index.html
39583958
import: './src/views/page/index.eta',
39593959
data: {
39603960
headline: 'Breaking Bad',
@@ -4026,7 +4026,7 @@ module.exports = {
40264026
new HtmlBundlerPlugin({
40274027
entry: {
40284028
index: {
4029-
// output dist/imdex.html
4029+
// output dist/index.html
40304030
import: './src/views/page/index.ejs',
40314031
data: {
40324032
headline: 'Breaking Bad',

0 commit comments

Comments
 (0)