New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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

2.2.1
latest
npm
Version published
Weekly downloads
9
-76.32%
Maintainers
5
Weekly downloads
 
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