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 in ./node_modules/css-loader!/var/folders/b5/j22nvd1n37bfj3nkpn_q8ld80000gp/T/svelte-pbcwuy.css
Module not found: Error: Can't resolve '../images/logo.png' in '/var/folders/b5/j22nvd1n37bfj3nkpn_q8ld80000gp/T'
@ ./node_modules/css-loader!/var/folders/b5/j22nvd1n37bfj3nkpn_q8ld80000gp/T/svelte-pbcwuy.css 7:2874-2903
The text was updated successfully, but these errors were encountered:
This is annoying — would love to know what the idiomatic webpack solution would be. I had a look at vue-loader for inspiration, but it seems that it doesn't emit CSS files.
The emitted css is put into a temp folder outside the path of the project, making it impossible to include images in the css.
webpack.config.js
Projects.html
Gives a compile error:
The text was updated successfully, but these errors were encountered: