1.0.3 • Published 7 years ago

complete-time-webpack-plugin v1.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

complete-time-webpack-plugin

a plugin for webpack to show the end of the webpack packing

usage

in the root directory of your project

npm install complete-time-webpack-plugin --save-dev  

in the configuration file of your webpack (such as webpack.config.js)

var CompleteTimeWebpackPlugin = require('complete-time-webpack-plugin');  
module.exports = {  
    entry: "./src/index.js",
    output: {},
    resolve: {},
    module: {},
    externals: {},
    //just a example, so other configurations are empty
    plugins:[new CompleteTimeWebpackPlugin()]
};
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago