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 was archived by the owner on Mar 17, 2021. It is now read-only.
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.
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'
]
}
The text was updated successfully, but these errors were encountered: