build-plugin-cone-analyse

0.1.17 • Public • Published

如何发布

npm run pub

Intro

Cone plugin analyse (Build plugin for Cone).

Kits

export some useful kits e.g. webpack plugin.

ConeDoctorNoticeWebpackPlugin

ConeAnalyseWebpackPlugin

rootDir path and a log function is necessary.

{
  plugins: [
    new ConeAnalyseWebpackPlugin(
      {
        rootDir: __dirname,
        log: {
          info(..args) {
            console.info(...args);
          },
          error(..args) {
            console.error(...args);
          },
          warn(..args) {
            console.warn(...args);
          },
        }
      }
)
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i build-plugin-cone-analyse

Weekly Downloads

10

Version

0.1.17

License

MIT

Unpacked Size

52.2 kB

Total Files

16

Last publish

Collaborators

  • zyy7259
  • zwhu
  • js8zq332
  • tgshell
  • gepik
  • later_7
  • 0little