Problem
Docusaurus 3.7.0 does not recognize .7z file extension as a static asset. Adding a custom webpack rule for .7z files via the top-level configureWebpack field in docusaurus.config.js throws:
Error: These field(s) ("configureWebpack",) are not recognized in docusaurus.config.js.
Workaround
Rename .7z files to .zip extension — they work fine.
Environment
- Docusaurus version: 3.7.0
- Node version: v20.20.2
Suggestion
It would be great if Docusaurus could natively support .7z files as static assets, or provide clearer documentation on how to extend webpack config via plugins to support uncommon file types.
Problem
Docusaurus 3.7.0 does not recognize .7z file extension as a static asset. Adding a custom webpack rule for .7z files via the top-level configureWebpack field in docusaurus.config.js throws:
Error: These field(s) ("configureWebpack",) are not recognized in docusaurus.config.js.Workaround
Rename .7z files to .zip extension — they work fine.
Environment
Suggestion
It would be great if Docusaurus could natively support .7z files as static assets, or provide clearer documentation on how to extend webpack config via plugins to support uncommon file types.