Skip to content

FallenAngel97/webpack-memory-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Featured on Openbase

🐏 Webpack Memory Plugin

Displays amount of RAM used after the webpack compilation

Installation

In case of npm npm i -D @decodeapps/webpack-memory-plugin

In case of yarn: yarn add -D @decodeapps/webpack-memory-plugin

Example

Add following to the webpack.config.js:

const WebpackMemoryPlugin = require('@decodeapps/webpack-memory-plugin');
// other plugins

module.exports = {
  // other statements
  plugins: [
    new WebpackMemoryPlugin()
  ]
}

About

Small plugin to display the amount of RAM used

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published