update file readme.md

This commit is contained in:
2023-04-05 14:56:01 +07:00
parent 984e1801ed
commit da0d5b1bc2

View File

@@ -60,7 +60,8 @@
<li>Để chỉ định tên và đường dẫn cho tệp đầu ra của webpack, Có thể sử dụng tùy chọn <strong>Ouput</strong>.</li>
</ul>
<strong>Ví dụ:</strong>
<pre style="background-color: #f6f8fa; border: 1px solid #e5e5e5; line-height: 28px; border-radius: 3px;"> <code>
<pre style="background-color: #f6f8fa; border: 1px solid #e5e5e5; line-height: 28px; border-radius: 3px;">
<code>
const path = require('path');
module.exports = {
@@ -69,7 +70,7 @@
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist')
},
// ...
};
</code>
</pre>