<div align="center">
  <img src="https://www.esmnext.com/logo.svg?t=2025" width="120" alt="Esmx Logo" />
  <h1>@esmx/rspack</h1>
  
  <div>
    <a href="https://www.npmjs.com/package/@esmx/rspack">
      <img src="https://img.shields.io/npm/v/@esmx/rspack.svg" alt="npm version" />
    </a>
    <a href="https://github.com/esmnext/esmx/actions/workflows/build.yml">
      <img src="https://github.com/esmnext/esmx/actions/workflows/build.yml/badge.svg" alt="Build" />
    </a>
    <a href="https://www.esmnext.com/coverage/">
      <img src="https://img.shields.io/badge/coverage-live%20report-brightgreen" alt="Coverage Report" />
    </a>
    <a href="https://nodejs.org/">
      <img src="https://img.shields.io/node/v/@esmx/rspack.svg" alt="node version" />
    </a>
    <a href="https://bundlephobia.com/package/@esmx/rspack">
      <img src="https://img.shields.io/bundlephobia/minzip/@esmx/rspack" alt="size" />
    </a>
  </div>
  
  <p>A high-performance Rspack integration for Esmx microfrontend framework, providing module federation and SSR capabilities</p>
  
  <p>
    English | <a href="https://github.com/esmnext/esmx/blob/master/packages/rspack/README.zh-CN.md">中文</a>
  </p>
</div>

## 🚀 Features

- **High-Performance Build** - Ultra-fast building based on Rspack, providing excellent development experience
- **Application Support** - Complete support for standard applications and HTML applications development and building
- **Asset Processing** - Smart processing of various assets including JavaScript, CSS, images
- **SSR Support** - Built-in server-side rendering support for easy isomorphic application building
- **Developer Experience** - Supports hot reload, intelligent hints, and TypeScript

## 📦 Installation

```bash
npm install @esmx/rspack -D
```

## 📚 Documentation

Visit the [official documentation](https://www.esmnext.com/api/app/rspack.html) for detailed usage guides and API reference.

## 📄 License

MIT © [Esmx Team](https://github.com/esmnext/esmx)