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 9179f5a commit 369c07aCopy full SHA for 369c07a
website/.kktrc.ts
@@ -20,6 +20,7 @@ export default (conf: WebpackConfiguration, env: 'development' | 'production', o
20
}),
21
);
22
conf = mdCodeModulesLoader(conf);
23
+ conf.module!.exprContextCritical = false;
24
if (process.env.NODE_ENV === 'production') {
25
conf.output = { ...conf.output, publicPath: './' };
26
}
0 commit comments