Skip to content

Commit

Permalink
Disable esmExternals
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed May 17, 2023
1 parent 5fc1507 commit 914bceb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,7 @@ module.exports = withDocsInfra({
{ source: `/static/x/:rest*`, destination: 'http://0.0.0.0:3001/static/x/:rest*' },
];
},
experimental: {
esmExternals: false,
},
});

0 comments on commit 914bceb

Please sign in to comment.