Browse Source

refactor: 修改排版

Nicetry12138 11 months ago
parent
commit
4d774a0277
1 changed files with 2 additions and 2 deletions
  1. 2 2
      前端/Webpack/README.md

+ 2 - 2
前端/Webpack/README.md

@@ -172,7 +172,7 @@ test.foo();
 console.log(`main.js`)
 ```
 
-### loader
+## loader
 
 前面提到过,不同类型文件需要不同的 loader 进行处理,比如 js、html、css 等
 
@@ -907,7 +907,7 @@ module.exports = {
 
 > 使用 `asset` 加载图片时,直接使用 `img.src = require("../img/miku.jpg")` 即可,不需要跟之前使用 `file-loader` 一样
 
-### Plugin
+## Plugin
 
 [官网对 plugin 的解释](https://webpack.docschina.org/concepts/plugins/)