0👍
Your webpack configuration does not handle load of png
(or any image files).
For loading image, at least url-loader is required.
And you can follow a guide to setup webpack url-loader
correctly.
Source:stackexchange.com
0👍
Your webpack configuration does not handle load of png
(or any image files).
For loading image, at least url-loader is required.
And you can follow a guide to setup webpack url-loader
correctly.