Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const nextTranspileModules = require("next-transpile-modules")([
- ...
- ]);
- module.exports = {
- images: {
- remotePatterns: [
- {
- ...
- },
- ],
- },
- devIndicators: {
- buildActivity: false,
- },
- nextTranspileModules // Produces an error
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement