You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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']
}
}
The text was updated successfully, but these errors were encountered: