babel-plugin-perfect-console
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

安装

// npm
npm i babel-plugin-perfect-console
// yarn
yarn add babel-plugin-perfect-console
// pnpm
pnpm i babel-plugin-perfect-console

使用

// babel.config.js

module.exports = {
  plugins: [
    // ...plugins
    [
      'perfect-console',
      // tip 默认是 🐷🐷🐷🐷🐷🐷
      {
        tip: '🐷🐷🐷🐷🐷🐷',
      },
    ],
  ],
}

效果

Package Sidebar

Install

npm i babel-plugin-perfect-console

Weekly Downloads

3

Version

1.0.2

License

ISC

Unpacked Size

2.59 MB

Total Files

8

Last publish

Collaborators

  • linsanxin