0.3.11 • Published 2 months ago

vinxi v0.3.11

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

vite-plugin-inspect

NPM version

Inspect the intermediate state of Vite plugins. Useful for debugging and authoring plugins.

npm.io

Install

npm i -D vite-plugin-inspect

Since vite-plugin-inspect@v0.7.0, Vite v3.1 or above is required.

Add plugin to your vite.config.ts:

// vite.config.ts
import Inspect from 'vite-plugin-inspect'

export default {
  plugins: [
    Inspect()
  ],
}

Then visit localhost:3000/__inspect/ to inspect the modules.

Build Mode

To inspect transformation in build mode, you can pass the build: true option:

// vite.config.ts
import Inspect from 'vite-plugin-inspect'

export default {
  plugins: [
    Inspect({
      build: true,
      outputDir: '.vite-inspect'
    })
  ],
}

After running vite build, the inspector client will be generated under .vite-inspect, where you can use npx serve .vite-inspect to check the result.

Sponsors

License

MIT License © 2021 Anthony Fu

0.3.11

2 months ago

0.3.10

2 months ago

0.3.9

2 months ago

0.3.6

2 months ago

0.3.8

2 months ago

0.3.7

2 months ago

0.3.5

2 months ago

0.3.4

2 months ago

0.3.2

3 months ago

0.3.1

3 months ago

0.3.3

3 months ago

0.3.0

3 months ago

0.1.10

3 months ago

0.1.8

3 months ago

0.1.7

3 months ago

0.1.9

3 months ago

0.2.1

3 months ago

0.2.0

3 months ago

0.1.6

4 months ago

0.1.5

4 months ago

0.1.4

4 months ago

0.1.3

4 months ago

0.1.2

4 months ago

0.1.0

4 months ago

0.1.1

4 months ago

0.0.63

4 months ago

0.0.64

4 months ago

0.0.62

4 months ago

0.0.61

4 months ago

0.0.60

4 months ago

0.0.59

4 months ago

0.0.55

4 months ago

0.0.56

4 months ago

0.0.57

4 months ago

0.0.58

4 months ago

0.0.53

5 months ago

0.0.54

5 months ago

0.0.52

5 months ago

0.0.51

5 months ago

0.0.50

5 months ago

0.0.49

5 months ago

0.0.40

7 months ago

0.0.41

6 months ago

0.0.42

6 months ago

0.0.43

6 months ago

0.0.44

6 months ago

0.0.45

6 months ago

0.0.46

6 months ago

0.0.47

6 months ago

0.0.37

7 months ago

0.0.38

7 months ago

0.0.39

7 months ago

0.0.36

7 months ago

0.0.48

5 months ago

0.0.20

9 months ago

0.0.21

9 months ago

0.0.22

9 months ago

0.0.23

9 months ago

0.0.24

9 months ago

0.0.25

8 months ago

0.0.15

9 months ago

0.0.16

9 months ago

0.0.17

9 months ago

0.0.18

9 months ago

0.0.19

9 months ago

0.0.30

8 months ago

0.0.31

8 months ago

0.0.32

8 months ago

0.0.10

9 months ago

0.0.33

7 months ago

0.0.11

9 months ago

0.0.34

7 months ago

0.0.12

9 months ago

0.0.35

7 months ago

0.0.13

9 months ago

0.0.14

9 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.26

8 months ago

0.0.9

9 months ago

0.0.27

8 months ago

0.0.8

9 months ago

0.0.28

8 months ago

0.0.29

8 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.1

1 year ago

0.0.0-alpha.0

2 years ago