Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): Add polyfill for path #161

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

rebeccaalpert
Copy link
Member

Webpack 5 doesn't have polyfills for path anymore; this adds a polyfill so users don't have to do this on their side.

Webpack 5 doesn't support path; this adds a polyfill so users don't have to do this on their side.
extensions: ['.tsx', '.ts', '.js'],
fallback: {
path: require.resolve('path-browserify')
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what I added here; the rest is from the code formatter.

@rebeccaalpert rebeccaalpert linked an issue Sep 20, 2024 that may be closed by this pull request
@patternfly-build
Copy link

patternfly-build commented Sep 20, 2024

@nicolethoen nicolethoen merged commit 24756c6 into patternfly:v6 Sep 23, 2024
7 checks passed
Copy link

🎉 This PR is included in version 2.0.0-alpha.35 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v6 chatbot - Add polyfill for path
3 participants