We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6664f3 commit 6c288f8Copy full SHA for 6c288f8
packages/cursorless-org/next.config.js
@@ -33,6 +33,10 @@ const nextConfig = {
33
use: ["@svgr/webpack"],
34
});
35
36
+ // Set our custom condition for the bundler so that we directly use
37
+ // typescript from packages in our monorepo, which makes hot-reloading
38
+ // smoother. Based on
39
+ // https://github.com/vercel/next.js/discussions/33813#discussioncomment-7457277
40
config.plugins.push({
41
apply(compiler) {
42
compiler.hooks.afterEnvironment.tap("NextEntryPlugin", () => {
0 commit comments