Skip to content

Commit 9bb9f32

Browse files
committed
revert fixing this for local dev
1 parent c2c7ac1 commit 9bb9f32

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docusaurus.config.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
// Load default export (must be a function)
2-
const unwrapJsx = require('./src/plugins/unwrap-jsx').default;
3-
4-
if (typeof unwrapJsx !== 'function') {
5-
throw new Error('unwrapJsx plugin is not a function');
6-
}
1+
const unwrapJsx = require('./src/plugins/unwrap-jsx');
72

83
// Enabling PR previews
94
let siteBaseUrl = '/';

0 commit comments

Comments
 (0)