Socket
Book a DemoInstallSign in
Socket

build-plugin-rax-multi-pages

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-plugin-rax-multi-pages

rax app base plugins

latest
npmnpm
Version
2.2.1
Version published
Maintainers
5
Created
Source

build-plugin-multi-pages npm

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

FAQs

Package last updated on 15 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts