Skip to content

Commit 73bca2f

Browse files
committed
Update Webpack config comment
1 parent bab963f commit 73bca2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const webpackConfig = {
7676
}),
7777
// 動態產生 HTML 並自動引入輸出後的 Entry 檔案
7878
new htmlWebpackPlugin({
79-
// 依據的模板
79+
// 依據的模板檔案路徑(基於 context)
8080
template: './index.html',
8181
// 要引入的 Entry 名稱
8282
chunks: ['index']

0 commit comments

Comments
 (0)