komap_backup/front/next.conf.js

8 lines
156 B
JavaScript

// export function webpack(config) {
// config.module.rules.push({
// test: /\.svg$/,
// use: ["@svgr/webpack"]
// });
// return config;
// }