An open API service indexing awesome lists of open source software.

https://github.com/richardscarrott/browser-console-build-error-webpack-plugin

Outputs webpack build errors in the browser console.
https://github.com/richardscarrott/browser-console-build-error-webpack-plugin

Last synced: 2 months ago
JSON representation

Outputs webpack build errors in the browser console.

Awesome Lists containing this project

README

        

# browser-console-build-error-webpack-plugin
Outputs webpack build errors in the browser console.

## Usage

```javascript
var BrowserConsoleBuildErrorPlugin = require('browser-console-build-error-webpack-plugin');

{
plugins: [
new BrowserConsoleBuildErrorPlugin()
]
}
```