Skip to content

Commit

Permalink
Use npm-package-arg as external package to allow build
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Apr 9, 2023
1 parent d5b885a commit 78cad5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ module.exports = {
// emotion: true,
// },
experimental: {
serverComponentsExternalPackages: ["libnpmdiff", "pacote"],
serverComponentsExternalPackages: [
"libnpmdiff",
"npm-package-arg",
"pacote",
],
appDir: true,
},
};

0 comments on commit 78cad5a

Please sign in to comment.