diff --git a/next.config.js b/next.config.js index 2e373516f..a1d6da1ed 100644 --- a/next.config.js +++ b/next.config.js @@ -31,7 +31,8 @@ module.exports = (phase, { defaultConfig }) => { os: false, stream: false, http: false, - https: false + https: false, + assert: false } return typeof defaultConfig.webpack === 'function'