error-logger-webpack-plugin

1.1.1 • Public • Published

error-logger-webpack-plugin

Log webpack errors in readable format, suitable for navigation.

Install

npm install --save-dev error-logger-webpack-plugin

Usage

webpack.config.js
const ErrorLoggerPlugin = require('error-logger-webpack-plugin');
// ...

const config = {
  // ...
  plugins: [
    new ErrorLoggerPlugin({verbose: false})
  ]
};

module.exports = config;

See the official webpack documentation for a deeper explanation of plugin usage.

Configuration

You can pass a hash of configuration options to ErrorLoggerPlugin, such as:

  • verbose: true | false If false (default) try to minimize the error message.

Package Sidebar

Install

npm i error-logger-webpack-plugin

Weekly Downloads

153

Version

1.1.1

License

GPL-3.0

Unpacked Size

39.7 kB

Total Files

5

Last publish

Collaborators

  • edloidas
  • alansemenov