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 5cd693d commit b94e53fCopy full SHA for b94e53f
docusaurus-plugin.js
@@ -49,7 +49,12 @@ module.exports = () => ({
49
new DefinePlugin({ __LUA_SYNTAX_KIND__: JSON.stringify(LuaSyntaxKind) }),
50
...(isServer
51
? []
52
- : [new ForkTsCheckerWebpackPlugin({ typescript: { configFile: resolve("src/tsconfig.json") } })]),
+ : [
53
+ new ForkTsCheckerWebpackPlugin({
54
+ logger: { devServer: false },
55
+ typescript: { configFile: resolve("src/tsconfig.json") },
56
+ }),
57
+ ]),
58
],
59
};
60
},
0 commit comments