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.
- Host: GitHub
- URL: https://github.com/richardscarrott/browser-console-build-error-webpack-plugin
- Owner: richardscarrott
- License: mit
- Created: 2015-02-22T10:02:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-22T14:18:42.000Z (over 10 years ago)
- Last Synced: 2025-02-07T12:48:11.429Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
]
}
```