blog-fs/next.config.js
2021-07-04 08:47:59 +08:00

6 lines
124 B
JavaScript

module.exports = {
webpack: (config, { buildId, dev, isServer, defaultLoaders, webpack }) => {
return config;
},
};