to do a platform project, there are several modules in it. Html, js and css are all packaged, but the location of image package is always wrong. Please help to see how to solve it. Thank you ~
project directory
Source image path: static/index/image
packaged image path: webapp/image/index
configuration:
test:/\.(png|gif|jpg|svg)$/i,
loader:"url-loader",
query: {
limit:2000,
name:"image/[name].[ext]"
}
because the path of the source file is different from that of the packaged file, the picture cannot be displayed, so ask for help from the Great God.