We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/"], // }, // ], // }, }, });
No response
run browser get error
mac
The text was updated successfully, but these errors were encountered:
assetsFilename
No branches or pull requests
Steps to reproduce
config
Reproduce link
No response
What is actually happening?
run browser get error
System Info
The text was updated successfully, but these errors were encountered: