0.0.2 • Published 1 year ago

@healthcheck/web v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Install

> npm i @healthcheck/web --save

Usage

Global import:

import Healthcheck '@healthcheck/web'

new Healthcheck({})

Vite plugin:

// vite.config.js
import { defineConfig } from 'vite'
import { vitePluginHealthcheck } from '@healthcheck/web'

export default defineConfig({
  // ...
  plugins:[ vitePluginHealthcheck({}) ]

})

Webpack plugin:

// webpack.config.js
import { HealthcheckWebpackPlugin } from '@healthcheck/web'

export default {
  plugins:[
    new HealthcheckWebpackPlugin({})
  ]  

}

Configuration

0.0.2

1 year ago

0.0.1

1 year ago