1.1.1 • Published 2 years ago

toho-log-plugin v1.1.1

Weekly downloads
22
License
MIT
Repository
github
Last release
2 years ago

codecov

Feature

  • Improve output of your terninel, if you think those info is not very important too.

  • When you are waitting for compiling, you can remember one or two word. Power of accumulation is huge.

  • The word list is related to front end. When I read some English artice or document, I will record words that I don't know. You can also record your learning language word by your self.

Install

npm install toho-log-plugin

Usage

import TohoLogPlugin from 'toho-log-plugin';

module.exports = {
  plugins: [new TohoLogPlugin({ dev: true })],
};
  • If you use webpack-dev-server, you may need to set noInfo: false, or the output will console default compile info.

API

namedescriptiontypedefault
devto distinguish whether the environment is development, it effects the output of your terninel.Booleantrue
pathif you want to custom your own word file, you can use this as { path: __dirname + '/word/2017CET6-test.json' }string-
defaultWordsthere is a word list file in the plugin, about front, if you need this you can set this to trueBooleanfalse
isPrayif you are using webpackbar, you may need this to prevent info from watchRun or runBooleantrue
1.1.1

2 years ago

1.1.0

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago