Skip to content

Commit

Permalink
Give Docusaurus plugin a name
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Sep 16, 2023
1 parent 9aba497 commit ecb86c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions graphile-build/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const config = {

// Allow us to import `.mermaid` files
() => ({
name: "webpack-customization-plugin",
configureWebpack() {
return {
module: {
Expand Down
1 change: 1 addition & 0 deletions postgraphile/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const config = {
plugins: [
// Allow us to import `.mermaid` files
() => ({
name: "webpack-customization-plugin",
configureWebpack() {
return {
module: {
Expand Down
1 change: 1 addition & 0 deletions utils/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const config = {

// Allow us to import `.mermaid` files
() => ({
name: "webpack-customization-plugin",
configureWebpack() {
return {
module: {
Expand Down

0 comments on commit ecb86c2

Please sign in to comment.