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
for example v2-dev branch
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
mac
The text was updated successfully, but these errors were encountered:
Known issue, will be fixed soon in v2-dev
Sorry, something went wrong.
wre232114
No branches or pull requests
Steps to reproduce
for example v2-dev branch
Reproduce link
No response
What is actually happening?
System Info
The text was updated successfully, but these errors were encountered: