0.0.1 • Published 10 months ago

rollup-plugin-smart v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

rollup-plugin-smart

Do not download,仅供个人及所在团队项目

Usage

pnpm add rollup-plugin-smart -D
const rollupPluginSmart = require('rollup-plugin-smart');

// or 

import rollupPluginSmart from 'rollup-plugin-smart';


// ...
plugins: [
    ...smart(),
],
// ...

// TODO: DEMONSTRATE API

Supported Rules

  • vue2/3、typescript
  • vue2/3组件库开发
  • 工具库开发