1.1.1 • Published 2 years ago

error-logger-webpack-plugin v1.1.1

Weekly downloads
162
License
GPL-3.0
Repository
github
Last release
2 years ago

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.
1.1.1

2 years ago

1.1.0

4 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.3

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago