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 a21741e commit 1f48692Copy full SHA for 1f48692
docusaurus.config.js
@@ -36,33 +36,6 @@ const config = {
36
docsRouteBasePath: "/docs",
37
},
38
],
39
- function (_context, _options) {
40
- return {
41
- name: "custom-webpack-config",
42
- configureWebpack(_config, _isServer, _utils) {
43
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
58
59
60
- ],
61
62
- };
63
64
65
66
67
presets: [
68
[
0 commit comments