mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-26 14:37:52 +02:00
chore(v2): remove prettier from specific projects
This commit is contained in:
parent
7eac4827ad
commit
63851a6f14
11 changed files with 50 additions and 51 deletions
|
@ -69,7 +69,7 @@ module.exports = function createBaseConfig(props, isServer) {
|
|||
.set('@docs', docsDir)
|
||||
.set('@pages', pagesDir)
|
||||
.set('@build', outDir)
|
||||
.set('@generated', path.resolve(__dirname, '../core/generated'))
|
||||
.set('@generated', path.resolve(__dirname, '../core/__generated__'))
|
||||
.set('@core', path.resolve(__dirname, '../core'))
|
||||
.set('@docusaurus', path.resolve(__dirname, '../docusaurus'))
|
||||
.end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue