Skip to content

Commit

Permalink
removing docusaurus-custom-webpack-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tolzhabayev committed Oct 15, 2024
1 parent d479b2a commit c089a40
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docusaurus/website/docusaurus.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,6 @@ const generalConfig = {
};

const plugins = [
[
'./plugins/docusaurus-custom-webpack-plugin',
{
resolve: {
alias: {
'@snippets': path.resolve(__dirname, '..', 'docs', 'snippets'),
'@shared': path.resolve(__dirname, '..', 'docs', 'shared'),
},
},
},
],
[
'docusaurus-lunr-search',
{
Expand Down

0 comments on commit c089a40

Please sign in to comment.