farm icon indicating copy to clipboard operation
farm copied to clipboard

Extremely fast Vite-compatible web build tool written in Rust

Results 302 farm issues
Sort by recently updated
recently updated
newest added

### Steps to reproduce [Reproduction repository ](https://github.com/jstors/farm-react-admin/tree/feature/mock) run `pnpm build` ### What is expected? build success ### What is actually happening? ```shell thread '' panicked at crates/plugin_runtime/src/render_resource_pot/source_replacer.rs:138:11: Cannot find module...

bug

**Description:** **BREAKING CHANGE:** **Related issue (if exists):**

**Description:** **BREAKING CHANGE:** **Related issue (if exists):**

## 🤖 New release * `farmfe_compiler`: 0.0.8 -> 0.0.9 (✓ API compatible changes) * `farmfe_core`: 0.5.1 -> 0.5.2 (✓ API compatible changes) * `farmfe_plugin_css`: 0.0.8 -> 0.0.9 (✓ API compatible...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@farmfe/cli](https://togithub.com/farm-fe/farm) | [`^1.0.1` -> `^1.0.2`](https://renovatebot.com/diffs/npm/@farmfe%2fcli/1.0.1/1.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@farmfe%2fcli/1.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/farm-fe/farm). ## Config Migration Needed - [ ]...

wontfix
bot

### What problem does this feature solve? Support vite style middleware mode. Related issues: * #1207 ### What does the proposed API look like? non

enhancement: pending triage

### What problem does this feature solve? 1. normalize `mode`, hide compiler mode from user side 2. make sure `mode` work the same as vite in `vite-plugin-adapter` 3. all default...

enhancement: pending triage

### Steps to reproduce ` import { nodePolyfills } from 'vite-plugin-node-polyfills'; vitePlugins: [ nodePolyfills(), ] ` 包地址:https://www.npmjs.com/package/vite-plugin-node-polyfills "@farmfe/cli": "^1.0.0", "@farmfe/core": "^1.0.14", ### Reproduce link _No response_ ### What is actually...

enhancement
adapt vite plugins