next.config.js const withSvgr = require('next-plugin-svgr'); module.exports = withSvgr({ webpack(config, options) { return config; }, });.
確定! 回上一頁