Skip to content

Commit d1dd6b5

Browse files
committed
chore: pain
1 parent 8245e4d commit d1dd6b5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docusaurus.config.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -250,21 +250,21 @@ module.exports = {
250250
},
251251
},
252252
],
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-
}),
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+
// }),
268268
// TODO this should be somehow computed from all the external sources
269269
// [
270270
// '@docusaurus/plugin-client-redirects',

0 commit comments

Comments
 (0)