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 8245e4d commit d1dd6b5Copy full SHA for d1dd6b5
docusaurus.config.js
@@ -250,21 +250,21 @@ module.exports = {
250
},
251
252
],
253
- () => ({
254
- name: 'webpack-loader-fix',
255
- configureWebpack() {
256
- return {
257
- module: {
258
- rules: [
259
- {
260
- test: /apify-docs\/examples\//i,
261
- type: 'asset/source',
262
- },
263
- ],
264
265
- };
266
267
- }),
+ // () => ({
+ // name: 'webpack-loader-fix',
+ // configureWebpack() {
+ // return {
+ // module: {
+ // rules: [
+ // {
+ // test: /apify-docs\/examples\//i,
+ // type: 'asset/source',
+ // },
+ // ],
+ // };
+ // }),
268
// TODO this should be somehow computed from all the external sources
269
// [
270
// '@docusaurus/plugin-client-redirects',
0 commit comments