Skip to content

Commit a832dc3

Browse files
committed
Revert "Upgrade website to Docusaurus using webpack 5 (#11266)"
This reverts commit 7ad8d06.
1 parent 3569b33 commit a832dc3

File tree

4 files changed

+2387
-1033
lines changed

4 files changed

+2387
-1033
lines changed

netlify.toml

-8
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,3 @@
1717
[context.deploy-preview]
1818
command = "yarn workspace jest-website netlify:ci:deployPreview"
1919

20-
21-
[[plugins]]
22-
package = "netlify-plugin-cache"
23-
[plugins.inputs]
24-
paths = [
25-
"website/node_modules/.cache",
26-
]
27-

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"micromatch": "^4.0.4",
6464
"mlh-tsd": "^0.14.1",
6565
"mock-fs": "^4.4.1",
66-
"netlify-plugin-cache": "^1.0.3",
6766
"node-notifier": "^9.0.0",
6867
"prettier": "^2.1.1",
6968
"progress": "^2.0.0",

website/package.json

+4-16
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,11 @@
1616
"netlify:prepare": "yarn fetchSupporters && yarn build:js",
1717
"netlify:crowdin": "yarn write-translations && yarn crowdin:upload && yarn crowdin:download"
1818
},
19-
"browserslist": {
20-
"production": [
21-
">0.5%",
22-
"not dead",
23-
"not op_mini all"
24-
],
25-
"development": [
26-
"last 1 chrome version",
27-
"last 1 firefox version",
28-
"last 1 safari version"
29-
]
30-
},
3119
"dependencies": {
32-
"@docusaurus/core": "2.0.0-beta.0",
33-
"@docusaurus/plugin-client-redirects": "2.0.0-beta.0",
34-
"@docusaurus/plugin-pwa": "2.0.0-beta.0",
35-
"@docusaurus/preset-classic": "2.0.0-beta.0",
20+
"@docusaurus/core": "2.0.0-alpha.c32d8bd11",
21+
"@docusaurus/plugin-client-redirects": "2.0.0-alpha.c32d8bd11",
22+
"@docusaurus/plugin-pwa": "2.0.0-alpha.c32d8bd11",
23+
"@docusaurus/preset-classic": "2.0.0-alpha.c32d8bd11",
3624
"clsx": "^1.1.1",
3725
"fs-extra": "^9.0.1",
3826
"globby": "^11.0.1",

0 commit comments

Comments
 (0)