count-components-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.2.19 • Public • Published

Introduce

Install

npm install count-components-webpack-plugin

Use

import { CountComponentsWebpackPlugin } from 'count-components-webpack-plugin'

// in webpack plugin array
new CountComponentsWebpackPlugin({
    path: {
        uiLib: ['vant'],
        projectComponents: ['@/components']
    },
    percentageByMime: ['vue'],
    isExportExcel: true
})

Package Sidebar

Install

npm i count-components-webpack-plugin

Weekly Downloads

0

Version

1.2.19

License

ISC

Unpacked Size

20.7 kB

Total Files

28

Last publish

Collaborators

  • fhs-war