Terser error: unknown field extractComments
#12087
Unanswered
techbridgedev
asked this question in
Q&A
Replies: 1 comment
-
|
Sorry but it's impossible to do anything without a minimal repro. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Builds are failing with multiple errors (example below):
Docusaurus v3.10.1.
At first I thought is was because I updated dependencies, but rolling back doesn't fix it. One previous deployment with the previous dependency tree worked.
The only other change from the previous deployment was I replaced a downloadable asset (a ZIP file). No pages or posts updated, no changes to my configuration.
I've tried deleting and reinstalling
node_modules; deleting thebuilddirectory and rebuilding, runningnpm ci; none of these work.FWIW,
npm run startworks for local production.Beta Was this translation helpful? Give feedback.
All reactions