Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report]: v2 set assetsFilename error #2139

Open
ErKeLost opened this issue Apr 2, 2025 · 0 comments
Open

[Bug Report]: v2 set assetsFilename error #2139

ErKeLost opened this issue Apr 2, 2025 · 0 comments

Comments

@ErKeLost
Copy link
Member

ErKeLost commented Apr 2, 2025

Steps to reproduce

config

import { defineConfig, loadEnv } from "@farmfe/core";
import path from 'node:path'
import react from "@farmfe/plugin-react";

export default defineConfig({
  plugins: [
    react(),
  ],
  compilation: {
    input: {
      index: path.resolve(__dirname, "index.html"),
      base: path.resolve(__dirname, 'base.html'),
      about: path.resolve(__dirname, 'about.html'),
    },
    progress: false,
    persistentCache: false,
    sourcemap: false,
    output: {
      publicPath: "/aaa/",
      filename: '[ext]/[name]-[hash].[ext]',
      assetsFilename: 'assets/[name]-[hash].[ext]',
    },
    // partialBundling: {
    //   groups: [
    //     {
    //       name: "vendor-react",
    //       test: ["node_modules/"],
    //     },
    //   ],
    // },
  },
});

Reproduce link

No response

What is actually happening?

Image

run browser get error

Image

System Info

mac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant