html-loader
html-loader copied to clipboard
Favicon: Module not found
- Operating System: Ubuntu 14.04 (Netlify)
- Node Version: 16.6.1
- NPM Version: 7.20.3
- webpack Version: 5.49.0
- html-loader Version: 2.1.2 (upgrading from 1.3.2)
Expected Behavior
The build will properly compile.
Actual Behavior
The html-loader throws an error on the favicons. "Module not found"
Code
https://gist.github.com/Mou-Ikkai/181dfe5ceba6b0f40fe368083b5aab61
How Do We Reproduce?
Attempt to build the repo here: https://github.com/saricden/no-place-like You will get an error for all the favicons, which didn't occur on 1.3.2 Netlify error: Log of Compilation
Because you have invalid path to your favicons, webpack can't resolve them
Because you have invalid path to your favicons, webpack can't resolve them
But how so? It seems like a path you would use in a normal site? Besides, it'd show the favicon on the site when I didn't use the updated html-loader? index.html
I faced the same issue after the last upgrade. The working build no longer works. What has changed in the last update? Let's organize our projects according to changing situations
@Mou-Ikkai Do you have a problem? Can I help you?
Closing due to inactivity. Please test with latest version and feel free to reopen if still regressions. Thanks!