/**
* 使用 Webpack 时的配置文件
* @param {import('webpack').Configuration} config
* @returns
*/
module.exports = (config) => {
return config;
};