Skip to content

Commit

Permalink
refactor: run pages without file extension plugin earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
DavieReid committed Aug 25, 2023
1 parent 1798541 commit e931e2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/standard-generator/src/fs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ module.exports = {
// TODO: Remove this plugin once the docs add file extensions in refs
{
modulePath: '@jpmorganchase/mosaic-plugins/PagesWithoutFileExtPlugin',
options: {}
options: {},
priority: 1
},
{
modulePath: '@jpmorganchase/mosaic-plugins/SidebarPlugin',
Expand Down

0 comments on commit e931e2a

Please sign in to comment.