4.1.1 • Published 3 months ago

@vavite/node-loader v4.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@vavite/node-loader

@vavite/node-loader is Node ESM loader that uses Vite to transpile modules. It is part of the vavite project but it can be used in any Vite SSR project to enable sourcemap and breakpoints support.

Installation

npm install --save-dev @vavite/node-loader

Usage

Add the following to your Vite config:

import { defineConfig } from "vite";
import { nodeLoaderPlugin } from "@vavite/node-loader/plugin";

export default defineConfig({
  plugins: [
    nodeLoaderPlugin(),
    // ...
  ],
});

And run your project with vavite-loader vite dev.

4.1.1

3 months ago

4.1.0

3 months ago

4.0.3

3 months ago

4.0.2

4 months ago

4.0.1

4 months ago

4.0.0

4 months ago

1.8.2

10 months ago

3.0.0

8 months ago

2.0.2

9 months ago

1.8.3

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.8.1

12 months ago

1.8.0

12 months ago

1.8.1-canary.0

12 months ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.1

1 year ago

1.7.1-canary.0

1 year ago

1.6.0

1 year ago

1.6.0-loader.4

1 year ago

1.6.0-loader.2

1 year ago

1.6.0-loader.1

1 year ago

1.6.0-loader.0

1 year ago