Skip to content

Commit 18b9ed9

Browse files
committed
content(homepage) Change app.js into index.js in main snippet
1 parent 2725f3c commit 18b9ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: webpack
66

77
<div class="splash__wrap">
88
<div class="splash__left">
9-
__src/app.js__
9+
__src/index.js__
1010

1111
```js
1212
import bar from './bar';
@@ -36,7 +36,7 @@ __Without config__ or provide custom __webpack.config.js__
3636
const path = require('path');
3737

3838
module.exports = {
39-
entry: './src/app.js',
39+
entry: './src/index.js',
4040
output: {
4141
path: path.resolve(__dirname, 'dist'),
4242
filename: 'bundle.js'

0 commit comments

Comments
 (0)