Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Some images not display #188

Closed
GMounir opened this issue Aug 7, 2017 · 3 comments
Closed

Some images not display #188

GMounir opened this issue Aug 7, 2017 · 3 comments

Comments

@GMounir
Copy link

GMounir commented Aug 7, 2017

Please some help...
I'm using file-loader => 0.11.2
for example when i require image like this it is working e.g img(src="./assets/images/one.jpg")
when i take the image that is not display i include it inside the css it is working.

webpack.config.js:
{
test: /.(jpe?g|png|gif|svg)$/i,
use: [
'file-loader?name=[name].[ext]&outputPath=assets/images/&publicPath=../../',
'image-webpack-loader'
]
}

mike-north added a commit to mike-works/pwa-fundamentals that referenced this issue Aug 12, 2017
@alexander-akait
Copy link
Member

@GMounir please provide minimum reproducible test repo, thanks!

@brianhelba
Copy link

@GMounir @evilebottnawi I suspect this is the issue fixed by #183

@michael-ciniawsky
Copy link
Member

michael-ciniawsky commented Sep 30, 2017

@brianhelba Thx

See @brianhelba comment, feel free to reopen if still regressions

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants