Skip to content

Commit 1f48692

Browse files
committed
check
1 parent a21741e commit 1f48692

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

docusaurus.config.js

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -36,33 +36,6 @@ const config = {
3636
docsRouteBasePath: "/docs",
3737
},
3838
],
39-
function (_context, _options) {
40-
return {
41-
name: "custom-webpack-config",
42-
configureWebpack(_config, _isServer, _utils) {
43-
return {
44-
module: {
45-
rules: [
46-
{
47-
test: /\.html$/,
48-
use: "raw-loader",
49-
},
50-
{
51-
test: /\.css$/,
52-
resourceQuery: /raw/,
53-
type: "asset/source",
54-
},
55-
{
56-
test: /\.js$/,
57-
resourceQuery: /raw/,
58-
type: "asset/source",
59-
},
60-
],
61-
},
62-
};
63-
},
64-
};
65-
},
6639
],
6740
presets: [
6841
[

0 commit comments

Comments
 (0)