We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f36fb commit 6a49805Copy full SHA for 6a49805
1 file changed
docusaurus.config.js
@@ -80,6 +80,23 @@ const config = {
80
],
81
82
83
+ plugins: [
84
+ function (context, options) {
85
+ return {
86
+ name: 'custom-webpack-plugin',
87
+ configureWebpack(config, isServer, utils) {
88
89
+ ignoreWarnings: [
90
+ {
91
+ message: /Critical dependency: require function is used in a way in which dependencies cannot be statically extracted/,
92
+ },
93
+ ],
94
+ };
95
96
97
98
99
+
100
presets: [
101
[
102
'classic',
0 commit comments