farm-fe / farm

Extremely fast Vite-compatible web build tool written in Rust

Home Page:https://farmfe.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report]: Input matching is not perfect enough

deyihu opened this issue · comments

Steps to reproduce

import { defineConfig } from "@farmfe/core";

export default defineConfig({
  compilation: {
    presetEnv: false,
    input: {
      index: './index.html',
      about: './about.html',
    },
  },
})

Reproduce link

No response

What is actually happening?

The analysis of page addresses should be more optimized, taking into account user parameters and hashes in the address

System Info

npm create farm@latest