Skip to content

Commit

Permalink
Fix webpack externals from package rename (#7016)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown authored and JedWatson committed Nov 30, 2021
1 parent 48088af commit 4d7483d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const config = withPreconstruct({
if (isServer) {
config.externals = [
...config.externals,
/@keystone-6\/keystone(?!\/___internal-do-not-use-will-break-in-patch\/admin-ui\/id-field-view|\/fields\/types\/[^\/]+\/views)/,
/@keystone-6\/core(?!\/___internal-do-not-use-will-break-in-patch\/admin-ui\/id-field-view|\/fields\/types\/[^\/]+\/views)/,
'.prisma/client',
];
// we need to set these to true so that when __dirname/__filename is used
Expand Down

0 comments on commit 4d7483d

Please sign in to comment.