Skip to content

Commit

Permalink
docs: update breaking changes for conventional files and directories
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 23, 2020
1 parent 0777376 commit 63dc5ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ Temporarily record some breaking changes here.
- `chainWebpack` -> `bundlerConfig.chainWebpack`
- `configureWebpack` -> `bundlerConfig.configureWebpack`

#### Conventional files and directories

- `.vuepress/enhanceApp.js` -> `.vuepress/clientAppEnhance.{js,ts}`
- `.vuepress/components` -> will not auto register components, and you need to register your components manually in `.vuepress/clientAppEnhance.{js,ts}`

#### Permalink patterns

- `:i_month` -> removed
Expand Down

0 comments on commit 63dc5ca

Please sign in to comment.