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
v2
spa
mpa
new config
compilation: { input: { index_a: './index_a.html', index_b: './index_b.html', }, }
Add apptype attribute to configure spa, mpa or custom
custom
The only difference between spa and mpa in type lies in the//path resolution problem when htmlfallback
Really configure compilation directly as long as it is mpa: {input:{}}
If custom is set, the processing mechanism of html in the server will not be processed in middleware mode
none
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What problem does this feature solve?
new config
Add apptype attribute to configure
spa
,mpa
orcustom
The only difference between spa and mpa in type lies in the//path resolution problem when htmlfallback
Really configure compilation directly as long as it is mpa: {input:{}}
If
custom
is set, the processing mechanism of html in the server will not be processed in middleware modeWhat does the proposed API look like?
none
The text was updated successfully, but these errors were encountered: