Skip to content

Commit

Permalink
Set docgen to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-dv committed Nov 24, 2018
1 parent c8cf219 commit c331ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/react/src/server/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
defaultConfigName: 'create-react-app',
frameworkPresets: [
require.resolve('./framework-preset-react.js'),
require.resolve('./framework-preset-react-docgen.js'),
require.resolve('./framework-preset-cra.js'),
require.resolve('./framework-preset-react-docgen.js'),
],
};

0 comments on commit c331ec8

Please sign in to comment.