You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vite-plugin-multi-pages

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-multi-pages - npm Package Compare versions

Comparing version

to
0.0.14

3

dist/index.js

@@ -187,3 +187,3 @@ var __create = Object.create;

defaultOpenPage: "/",
scanDir: "src/pages",
scanDir: "src/views",
scanFile: "main.{js,ts,jsx,tsx}",

@@ -219,3 +219,2 @@ defaultEntries: "",

app.use(
// @ts-ignore
(0, import_connect_history_api_fallback.default)({

@@ -222,0 +221,0 @@ verbose: Boolean(process.env.DEBUG) && process.env.DEBUG !== "false",

{
"name": "vite-plugin-multi-pages",
"version": "0.0.13",
"version": "0.0.14",
"description": "Multi Page for vite",

@@ -5,0 +5,0 @@ "keywords": [

@@ -41,3 +41,3 @@ # vite-plugin-multi-pages

* scanning dir
* @default src/pages
* @default src/views
*/

@@ -44,0 +44,0 @@ scanDir: string;

@@ -41,3 +41,3 @@ # vite-plugin-multi-pages

* 多页面目录
* @default src/pages
* @default src/views
*/

@@ -44,0 +44,0 @@ scanDir: string;

Sorry, the diff of this file is not supported yet