Skip to content

Commit

Permalink
Update style-loader.mdx
Browse files Browse the repository at this point in the history
styleLoader object type configuration incorrectly had a loaderOptions property.
  • Loading branch information
qmakani authored Sep 19, 2024
1 parent d2d4eb2 commit 02d0e46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/docs/en/config/tools/style-loader.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ When this value is an Object, it is merged with the default config via Object.as
export default {
tools: {
styleLoader: {
loaderOptions: {
insert: 'head',
},
insert: 'head'
},
},
};
Expand Down

0 comments on commit 02d0e46

Please sign in to comment.