You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.
If all the properties of the webpackError object are empty apart from webpackError property friendly-errors-webpack-plugin outputs nothing apart from the red word "Error".
I have the following webpackError outputted from the plugin: html-webpack-plugin:
If all the properties of the webpackError object are empty apart from webpackError property
friendly-errors-webpack-plugin
outputs nothing apart from the red word "Error".I have the following webpackError outputted from the plugin: html-webpack-plugin:
Actual Output:
Error:
Expected Output:
Error: Error: Child compilation failed Module not found: Error: Can't resolve '../foobar... etc.
As a userland fix I have added the following additionalTransformers to my config options:
The text was updated successfully, but these errors were encountered: