按照视频代码输完,出现这个,不能打包图片到bundle.js
I solved this problem by searching for Github. The order of css-loader and style-loader is very important. Always put style-loader in front of css-loader.
Hope it'll be helpful for you guys~