1.0.4 • Published 3 years ago

vite-plugin-wlb v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Vite Plugin Work Life Balance

A vite plugin help you automatically open debugging tools in the development environment

Install

$ yarn add vite-plugin-wlb

Usage

import WLBPlugin from 'vite-plugin-wlb'

module.exports = {
    plugins: [
        // others
        WLBPlugin()
    ]
}

Options

startWorkingTime

  • Type: number | undefind
  • Default: 10

    上班时间。

endWorkingTime

  • Type: number | undefind
  • Default: 19

    下班时间。

ignoreWeekend

  • Type: number | undefind
  • Default: false

    是否忽略周末。

warningMessage

  • Type: string | undefind
  • Default: '别卷了!现在不是工作时间!为了营造良好的工作环境,WLB插件已经将「反内卷 & 防沉迷逻辑」注入到打包产物中。'

    构建时控制台输出的文案。

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago