mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
misc(v2): clean up comments in code (#2294)
This commit is contained in:
parent
d7f3dff6e6
commit
996b115199
45 changed files with 234 additions and 155 deletions
|
@ -16,7 +16,7 @@ module.exports = function() {
|
|||
},
|
||||
|
||||
configureWebpack() {
|
||||
// Ensure that algolia docsearch css is its own chunk
|
||||
// Ensure that algolia docsearch styles is its own chunk.
|
||||
return {
|
||||
optimization: {
|
||||
splitChunks: {
|
||||
|
@ -26,7 +26,7 @@ module.exports = function() {
|
|||
test: /algolia\.css$/,
|
||||
chunks: `all`,
|
||||
enforce: true,
|
||||
// Set priority higher than docusaurus single-css extraction
|
||||
// Set priority higher than docusaurus single-css extraction.
|
||||
priority: 60,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue