From 54d62ff0806bec3f06ff3ccb1cf2de5b172f7f65 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 25 Jul 2026 09:37:02 +0200 Subject: [PATCH] docs: add `distPaths()` section to cem-plugin guide --- .gitignore | 3 ++ docs/src/content/docs/guides/cem-plugin.mdx | 41 ++++++++++----------- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 74cc564..1e4ac3e 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ storybook/custom-elements.json # so `html.customData` in .vscode/settings.json can resolve it vscode.html-custom-data.json vscode.css-custom-data.json + +# `cem analyze` outputs using `wcb` plugins +.wcb \ No newline at end of file diff --git a/docs/src/content/docs/guides/cem-plugin.mdx b/docs/src/content/docs/guides/cem-plugin.mdx index b06707c..36a44ef 100644 --- a/docs/src/content/docs/guides/cem-plugin.mdx +++ b/docs/src/content/docs/guides/cem-plugin.mdx @@ -49,12 +49,25 @@ Then run the analyzer: npx cem analyze ``` - - ## What it produces