Skip to content

multi pages config #4855

Open
Open
@rayfalling

Description

@rayfalling

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']
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs team reproWe acknowledged your report and will soon try to reproduce it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions