diff --git a/README.md b/README.md index 66ee9eb..197fb0a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,8 @@
+
+
const path = require('path');
module.exports = {
@@ -69,10 +70,10 @@
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist')
},
- // ...
+
};
-
-
+
+
2.1.4.2 CleanWebpackPlugin có tác dụng xóa bỏ các tệp js,html,css.. đã được bundler trước đấy: