-
Notifications
You must be signed in to change notification settings - Fork 251
How to remove things you don't need
Michael Spaxman edited this page Apr 21, 2020
·
1 revision
To remove react-axe
npm uninstall react-axe
- delete these lines https://github.com/patternfly/patternfly-react-seed/blob/master/src/index.tsx#L5-L17
To remove webpack-bundle-analyzer
npm uninstall webpack-bundle-analyzer
- delete this line https://github.com/patternfly/patternfly-react-seed/blob/master/package.json#L20
To remove storybook
npm uninstall @storybook/addon-actions @storybook/addon-info @storybook/addon-links @storybook/addons @storybook/react react-docgen-typescript-loader
rm -r ./.storybook/
- delete these lines https://github.com/patternfly/patternfly-react-seed/blob/master/package.json#L22-L23