Skip to content

cshengx/complete-time-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()]
};

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published