webpack不能处理静态资源处理方式:配置webpack.config.js: { test: /\.(png|svg|jpg|jpeg|gif)$/i, type: 'asset/resource',},