-
Notifications
You must be signed in to change notification settings - Fork 273
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
Gatsby v5 ☂️ #1324
Comments
Most of this work is done on the The remaining pieces are as follows:
|
For a little more context. The {
resolve: `gatsby-plugin-mdx`,
options: {
extensions: mdxExtensions,
gatsbyRemarkPlugins: [
...defaultRemarkPlugins,
...gatsbyRemarkPlugins,
],
remarkPlugins,
defaultLayouts: {
default: require.resolve('./src/templates/Default.js'),
home: require.resolve('./src/templates/Homepage.js'),
...extraLayouts,
},
},
}, |
@eng618 was looking at the webpack warnings and I think it may be something we can ignore. https://robertmarshall.dev/blog/fix-warn-chunk-commons-mini-css-extract-plugin-error-in-gatsby-js/ |
Summary
Upgrade the theme to use Gatsby v5
Justification
Keeping up with technology changes, and security compliance.
Tasks
next
branch and make issues #1425next
release against Carbon website #1426next
release againt IDL website #1427The text was updated successfully, but these errors were encountered: