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: '🐷🐷🐷🐷🐷🐷',
      },
    ],
  ],
}

效果

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i babel-plugin-perfect-console

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

2.59 MB

Total Files

8

Last publish

Collaborators

  • linsanxin