Skip to content

Commit e97da5a

Browse files
authored
docs(README): update tree view
1 parent f8cc06c commit e97da5a

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,13 @@ module: {
6969
If you want to use are shareable config file instead of inline options in your `webpack.config.js` create a `posthtml.config.js` file and place it somewhere down the file tree in your project. The nearest config relative to `dirname(file)` currently processed by the loader applies. This enables **Config Cascading**. Despite some edge cases the config file will be loaded automatically and **no** additional setup is required. If you don't intend to use Config Cascading, it's recommended to place `posthtml.config.js` in the **root** `./` of your project
7070

7171
```
72-
|– src
73-
||– components
74-
|||– component.html
75-
|||– posthtml.config.js (components)
76-
||– index.html
77-
|
78-
|– posthtml.config.js (index)
79-
|– webpack.config.js
72+
src
73+
├── components
74+
│   ├── component.html
75+
│   ├── posthtml.config.js (components)
76+
├── index.html
77+
├── posthtml.config.js (index)
78+
└── webpack.config.js
8079
```
8180

8281
#### `Path`

0 commit comments

Comments
 (0)