it is not yet time for packaging. The local introduction has already reported an error in
file path.
I am configured to write file-loader
{
test: /\.mp3$/,
use: [{
loader: "file-loader",
options: {
name: "[name].[ext]",
outputPath: "img/"
}
}]
}