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
ERROR Failed to compile with 1 errors 8:32:32 PM
error in ./css/another_bg_image.css
Module build failed: ModuleNotFoundError: Module not found: Error: Can't resolve './../images/symfony_logo.png2' in '/Users/weaverryan/Sites/os/webpack-encore/tmp_project_playing/css'
(stacktrace)
This happens if you refer to a non-existent file (e.g. image) from inside a CSS file. The error has all the info you need, but it's super unclear. We should be able to add a formatter/transformer for friendly-errors to improve it.
The text was updated successfully, but these errors were encountered:
… (BackEndTea)
This PR was squashed before being merged into the master branch (closes#371).
Discussion
----------
Add formatter and transformer for module not found error
Fixes#351
I don't work with js much, so any feedback is appreciated.
Commits
-------
f496cbf Fix copy paste errors and use template literals
eb4dee5 Add formatter and transformer for module not found error
In Webpack 4:
This happens if you refer to a non-existent file (e.g. image) from inside a CSS file. The error has all the info you need, but it's super unclear. We should be able to add a formatter/transformer for
friendly-errors
to improve it.The text was updated successfully, but these errors were encountered: