Skip to content

Commit

Permalink
fix: dox
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0s committed Jan 20, 2024
1 parent 2a2a993 commit 919759f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// See: https://docusaurus.io/docs/api/docusaurus-config

// For some reason we get a webpack warning if we use import here...
const {configDefaults} = require('@flecks/dox/server'); // eslint-disable-line import/no-extraneous-dependencies
const {configDefaults} = require('@flecks/dox/build/docusaurus'); // eslint-disable-line import/no-extraneous-dependencies

export default async function flecksDocusaurus() {
const defaults = configDefaults();
Expand Down
2 changes: 1 addition & 1 deletion packages/dox/build/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const {
} = require('path');

const {transformAsync} = require('@babel/core');
const traverse = require('@babel/traverse');
const {default: traverse} = require('@babel/traverse');
const {
isArrayExpression,
isArrowFunctionExpression,
Expand Down

0 comments on commit 919759f

Please sign in to comment.