blog-fs/next.config.js

6 lines
124 B
JavaScript
Raw Normal View History

2021-07-04 08:47:59 +08:00
module.exports = {
webpack: (config, { buildId, dev, isServer, defaultLoaders, webpack }) => {
return config;
},
};