@decodeapps/webpack-memory-plugin

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i @decodeapps/webpack-memory-plugin

Weekly Downloads

24

Version

1.0.1

License

ISC

Unpacked Size

1.66 kB

Total Files

3

Last publish

Collaborators

  • f97a