2.0.12 • Published 9 months ago

vite-plugin-ssg-utils v2.0.12

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

vite-plugin-ssg-utils

Utils for vite-ssg and other Vite SSG or SSR tools.

npm

Features

  • Mocking of ResizeObserver for SSR and SSG builds

Installation

yarn add -D vite-plugin-ssg-utils

Usage

The plugin will only be applied when the build command is used and config.build.ssr is truthy. This is the case when using tools like vite-ssg.

import { defineConfig } from 'vite'
import SSGUtils from 'vite-plugin-ssg-utils'

export default defineConfig({
  plugins: [
    // The options are not required.
    // Default values are used in the following example.
    SSGUtils({
      resizeObserver: true,
    }),
    // ...other plugins
  ],
  // ...remaining config
})

Options

Optionally, the plugin can be configured with the following options.

resizeObserver

ValueDescription
true (default)Mock ResizeObserver using a dummy class
falseDo not mock ResizeObserver
new () => ResizeObserverMock ResizeObserver with a custom class
2.0.12

9 months ago

2.0.11

1 year ago

2.0.10

1 year ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

2 years ago

1.2.0

2 years ago

1.2.1

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.1

2 years ago

1.0.19

3 years ago

1.1.0

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago