-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Open
Labels
needs team reproWe acknowledged your report and will soon try to reproduce itWe acknowledged your report and will soon try to reproduce it
Description
What problem does this feature solve?
multi pages config may lead error URIError: Failed to decode param '/%3C%=%20BASE_URL%20%%3Efavicon.ico' when no filename is set to index.html, may add the config to custom the entry page name(such as main.html?
What does the proposed API look like?
pages: {
student: {
entry: 'main/main.js',
template: 'public/main.html',
filename: 'student.html',
mainEntry:true,
chunks: ['chunk-vendors', 'chunk-common', 'main']
}
}
Tofandel
Metadata
Metadata
Assignees
Labels
needs team reproWe acknowledged your report and will soon try to reproduce itWe acknowledged your report and will soon try to reproduce it