@eyeglass/cli 0.1.9 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,7 +38,9 @@ npx @eyeglass/cli help # Show help
|
|
|
38
38
|
- Claude: `.claude/settings.json` + `.claude/skills/eyeglass.md`
|
|
39
39
|
- Copilot CLI: `.copilot/mcp-config.json`
|
|
40
40
|
- Codex: `.codex/eyeglass.md` (HTTP API instructions)
|
|
41
|
-
3. **Configures** your bundler (Vite, Next.js, CRA, or Remix)
|
|
41
|
+
3. **Configures** your bundler (Vite, Next.js, CRA, or Remix) with tree-shakeable dynamic imports
|
|
42
|
+
|
|
43
|
+
The inspector is automatically excluded from production builds—no extra configuration needed.
|
|
42
44
|
|
|
43
45
|
## Supported Frameworks
|
|
44
46
|
|