build-plugin-rax-multi-pages
v2.2.1
Published
rax app base plugins
Downloads
11
Keywords
Readme
build-plugin-multi-pages
build-scripts
plugin which make rax app generate multiple html files.
Warning!
Package "build-plugin-rax-multi-pages" has been deprecated. Please use type: "mpa". example:
// app.json
{
"plugins": [
[
"build-plugin-rax-app",
{
"targets": ["web"],
"type": "mpa"
}
]
]
}
See: https://rax.js.org/docs/guide/rax-plugin-app
Usage
{
"plugins": [
["build-plugin-rax-app", {"targets": ["web"]}],
"build-plugin-rax-multi-pages"
]
}