Advertisement
Guest User

code snippet for nextjs

a guest
Nov 20th, 2022
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const nextTranspileModules = require("next-transpile-modules")([
  2.   ...
  3. ]);
  4.  
  5. module.exports = {
  6.   images: {
  7.     remotePatterns: [
  8.       {
  9.         ...
  10.       },
  11.     ],
  12.   },
  13.   devIndicators: {
  14.     buildActivity: false,
  15.   },
  16.   nextTranspileModules  // Produces an error
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement