Skip to content

Commit

Permalink
Revert "Upgrade website to Docusaurus using webpack 5 (#11266)"
Browse files Browse the repository at this point in the history
This reverts commit 7ad8d06.
  • Loading branch information
SimenB committed May 25, 2021
1 parent 3569b33 commit a832dc3
Show file tree
Hide file tree
Showing 4 changed files with 2,387 additions and 1,033 deletions.
8 changes: 0 additions & 8 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,3 @@
[context.deploy-preview]
command = "yarn workspace jest-website netlify:ci:deployPreview"


[[plugins]]
package = "netlify-plugin-cache"
[plugins.inputs]
paths = [
"website/node_modules/.cache",
]

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"micromatch": "^4.0.4",
"mlh-tsd": "^0.14.1",
"mock-fs": "^4.4.1",
"netlify-plugin-cache": "^1.0.3",
"node-notifier": "^9.0.0",
"prettier": "^2.1.1",
"progress": "^2.0.0",
Expand Down
20 changes: 4 additions & 16 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,11 @@
"netlify:prepare": "yarn fetchSupporters && yarn build:js",
"netlify:crowdin": "yarn write-translations && yarn crowdin:upload && yarn crowdin:download"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.0",
"@docusaurus/plugin-client-redirects": "2.0.0-beta.0",
"@docusaurus/plugin-pwa": "2.0.0-beta.0",
"@docusaurus/preset-classic": "2.0.0-beta.0",
"@docusaurus/core": "2.0.0-alpha.c32d8bd11",
"@docusaurus/plugin-client-redirects": "2.0.0-alpha.c32d8bd11",
"@docusaurus/plugin-pwa": "2.0.0-alpha.c32d8bd11",
"@docusaurus/preset-classic": "2.0.0-alpha.c32d8bd11",
"clsx": "^1.1.1",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
Expand Down

0 comments on commit a832dc3

Please sign in to comment.