Skip to content

Commit

Permalink
fix: vuepress
Browse files Browse the repository at this point in the history
  • Loading branch information
pagnkelly committed Oct 16, 2023
1 parent 2e880e8 commit a827c66
Show file tree
Hide file tree
Showing 2 changed files with 1,755 additions and 1,746 deletions.
9 changes: 9 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,15 @@ module.exports = {
'../../node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs'
)
}
},
module: {
rules: [
{
test: /\.mjs$/,
include: /node_modules/,
type: 'javascript/auto'
}
]
}
}
},
Expand Down
Loading

0 comments on commit a827c66

Please sign in to comment.