The path is the same, but item.purl is looped through the array. Why won’t webpack package them together?
闭关修行中......
Webpack can only automatically package image files pointed to by the src attribute of img and the css background-image attribute in the style tag, not inline CSS. . .
purl: require('../assets/xxx.jpg')
Because webpack is not so smart yet. . .
Webpack can only automatically package image files pointed to by the src attribute of img and the css background-image attribute in the style tag, not inline CSS. . .
purl: require('../assets/xxx.jpg')