Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Using webpack 5. Reason: future.webpack5 option enabled https://nextjs.org/docs/messages/webpack5

module.exports = {
  future: {
    webpack5: true,
  },
}
Source by nextjs.org #
 
PREVIOUS NEXT
Tagged: #Using #webpack #option #enabled
ADD COMMENT
Topic
Name
7+1 =