| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
PatternFly-React preview: https://patternfly-react-pr-2895.surge.sh |
Sorry, something went wrong.
There was a problem hiding this comment.
Few comments, other then that it looks good.
Sorry, something went wrong.
| "start:pf3": "concurrently \"yarn storybook\" \"yarn storybook:openurl\"", | ||
| "start:pf3": "yarn storybook", | ||
| "start:pf4": "yarn build:pf4 && lerna run develop --parallel --stream", | ||
| "storybook:openurl": "node ./storybook/openBrowser.js", |
There was a problem hiding this comment.
Is this not needed anymore?
Sorry, something went wrong.
There was a problem hiding this comment.
Nope, the new storybook opens by itself and prints a message to the console with the link.
Sorry, something went wrong.
| }; | ||
|
|
||
| return defaultConfig; | ||
| console.log('config', config.module.rules) |
There was a problem hiding this comment.
Do we need to log this ... can it be removed.
Sorry, something went wrong.
There was a problem hiding this comment.
Good catch, thanks.
Sorry, something went wrong.
|
@redallen Looks like the build is failing. |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
Sorry, something went wrong.
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What: Bump our version of PF3 core. Bump version of Storybook and fix its webpack config. Use a consistent version of lodash that's up to date. Closes #2889. Closes #2906.
Additional issues: The security tab of Github (and the workings of npm audit) is complicated. Outstanding vulnerabilities actually exported to our static sites should all be closed as a part of this PR.