AI студия Владимира Ломтева
УСЛУГИПРОЕКТЫСТАТЬИБАЗА ЗНАНИЙМаркетплейсОбучениеПолезные сервисы

Оставьте заявку,
чтобы обсудить проект

Напишите ваш вопрос, не забудьте указать телефон. Мы перезвоним и все расскажем.

Контакты

Москва

Работаем по всей России
и миру (онлайн)

+7 (999) 760-24-41

Ежедневно с 9:00 до 21:00

lamooof@gmail.com

По вопросам сотрудничества

TelegramWhatsApp

Есть предложение?

Напишите нам в мессенджеры

© 2025 AI студия Владимира Ломтева

Политика конфиденциальностиСогласие на обработку ПДн|ИНН 623412173261
    Rsbuild Best Practices — Скилл для ИИ-агентов | AI Рассвет

    Rsbuild Best Practices

    Rsbuild best practices for config, CLI workflow, type checking, bundle optimization, assets, and debugging. Use when writing, reviewing, or troubleshooting Rsbuild projects.

    Скиллы для операций#GitHub#rstackjs/agent-skills#skills.sh
    Скачивания
    1
    В избранном
    0
    Комментарии
    0
    Просмотры
    2

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add rstackjs/agent-skills --skill rsbuild-best-practices
    Скачать ZIP
    Версия
    1.0.0+c622bac58543
    Автор
    Владимир Ломтев
    Репозиторий
    rstackjs/agent-skills
    GitHub: rstackjs/agent-skills

    Как установить

    1. 1Скопируйте команду из блока установки.
    2. 2Запустите её в терминале из каталога проекта.

    Документация

    Rsbuild Best Practices

    Apply these rules when writing or reviewing Rsbuild projects.

    Configuration

    • Use rsbuild.config.ts and defineConfig
    • Use tools.rspack or tools.bundlerChain only when no first-class Rsbuild option exists
    • Define explicit source.entry values for multi-page applications
    • In TypeScript projects, prefer tsconfig.json path aliases first

    CLI

    • Use rsbuild for local development
    • Use rsbuild build for production build
    • Use rsbuild preview only for local production preview
    • Use rsbuild inspect to inspect final Rsbuild/Rspack configs

    Type checking

    • Use @rsbuild/plugin-type-check for integrated dev/build type checks
    • Or run tsc --noEmit/vue-tsc --noEmit as an explicit script step

    Bundle size optimization

    • Prefer dynamic import() for non-critical code paths
    • Prefer lightweight libraries where possible
    • Keep browserslist aligned with real compatibility requirements

    Asset management

    • Import source-managed assets from project source directories, not from public
    • Reference public files by absolute URL path

    Security

    • Do not publish .map files to public servers/CDNs when production source maps are enabled

    Debugging

    • Run with DEBUG=rsbuild when diagnosing config resolution or plugin behavior
    • Read generated files in dist/.rsbuild to confirm final config, not assumed config

    Profiling

    • Use Node CPU profiling (--cpu-prof) when JavaScript-side overhead is suspected
    • Use RSPACK_PROFILE=OVERVIEW and analyze trace output for compiler-phase bottlenecks

    Documentation

    • For the latest (v2) docs, read http://rsbuild.rs/llms.txt
    • For Rsbuild v1 docs, read http://v1.rsbuild.rs/llms.txt

    Требования и возможности

    Источник пакета
    https://github.com/rstackjs/agent-skills/tree/c622bac585430f19d271ee3bc4d9ea6590b161d4/skills/rsbuild-best-practices

    Файлы версии

    ПутьРазмерSHA256
    SKILL.md19384c0fbe9f344c2111...

    Частые вопросы

    Как установить Rsbuild Best Practices?
    Используйте команду npx skills add rstackjs/agent-skills --skill rsbuild-best-practices или скачайте ZIP-архив.
    Можно ли скачать Rsbuild Best Practices бесплатно?
    Да, опубликованную версию можно скачать из маркетплейса бесплатно.

    Похожие инструменты

    Смотреть все
    Ozon Seller и Performance APIСправочник Ozon Seller API и Performance API с локальными OpenAPI-спецификациями.Excel Automation>Grill MeA relentless interview to sharpen a plan or design.Text To LottieCreate, edit, or fix Lottie/Bodymovin JSON animations for the local Skia Skottie player. Use for text-to-Lottie, SVG/logo/type animation, loaders/icons, state feedback, UI microinteractions, lower thirds, diagrams, data/stat/chart animations, product promos, scene/camera motion, visual effects, scene edits, slots/controls, and Skottie debugging.
    Комментарии

    Войдите, чтобы оставить комментарий.

    Комментариев пока нет.

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add rstackjs/agent-skills --skill rsbuild-best-practices
    Скачать ZIP
    Версия
    1.0.0+c622bac58543
    Автор
    Владимир Ломтев
    Репозиторий
    rstackjs/agent-skills
    GitHub: rstackjs/agent-skills