Skip to content

docs: update webpack docs to reference @griffel/webpack-plugin#807

Draft
layershifter wants to merge 3 commits intomicrosoft:mainfrom
layershifter:docs/update-webpack-plugin-references
Draft

docs: update webpack docs to reference @griffel/webpack-plugin#807
layershifter wants to merge 3 commits intomicrosoft:mainfrom
layershifter:docs/update-webpack-plugin-references

Conversation

@layershifter
Copy link
Member

Summary

  • Update ahead-of-time compilation docs to reference @griffel/webpack-plugin/loader instead of @griffel/webpack-loader
  • Update CSS extraction docs to reference GriffelPlugin from @griffel/webpack-plugin instead of GriffelCSSExtractionPlugin from @griffel/webpack-extraction-plugin
  • Update Next.js CSS extraction docs to use the new loader path

Test plan

  • Verify website builds without broken links

🤖 Generated with Claude Code

layershifter and others added 3 commits March 11, 2026 17:21
…o @nx/js:tsc

Replace @nx/vite:build with @nx/js:tsc executor for these three packages.
This uses the TypeScript compiler directly instead of bundling via Rollup,
producing individual output files matching the source structure.

- Update project.json build targets to use @nx/js:tsc
- Update package.json exports to use "default" condition (compatible with bundler resolution)
- Add module: "ESNext" + moduleResolution: "bundler" to tsconfig.lib.json
- Delete vite.config.ts (was build+test), create vitest.config.mts (test-only)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…_RSPACK branches

Switch e2e-rspack from deprecated @griffel/webpack-extraction-plugin + @griffel/webpack-loader
to the unified @griffel/webpack-plugin. Remove unnecessary IS_RSPACK conditionals in the plugin
and loader now that Rspack supports NormalModule.getCompilationHooks and namedChunks.get().

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace all references to @griffel/webpack-loader and
@griffel/webpack-extraction-plugin with the unified @griffel/webpack-plugin
in the ahead-of-time compilation and CSS extraction docs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link

📊 Bundle size report

✅ No changes found

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant