mingwiki-webpack-buildtimer-plugin

1.0.0 • Public • Published

mingwiki-webpack-buildtimer-plugin

const path = require('path')
const timer = require('mingwiki-webpack-buildtimer-plugin')
module.exports = {
  entry: {
    // index: "./test.js"
  },
  output: {
    path: path.resolve(__dirname, './dist'),
  },

  module: {
    rules: [
    ]
  },
  plugins: [
    new timer()
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i mingwiki-webpack-buildtimer-plugin

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

12.7 kB

Total Files

4

Last publish

Collaborators

  • mingwiki