Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Sep 3, 2024
1 parent e572d55 commit f0b32da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ const config: Config = {
gitHash: process.env.REACT_APP_GIT_HASH,
},

plugins: [
require.resolve("./plugins/webpack.js"),
// require.resolve("./plugins/monaco-editor.js"),
],
plugins: [require.resolve("./plugins/webpack.js")],

presets: [
[
Expand Down

0 comments on commit f0b32da

Please sign in to comment.