update file readme.md
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user