Skip to content

Commit

Permalink
Merge pull request reduxjs#4067 from slorber/docusaurus-webpack-5
Browse files Browse the repository at this point in the history
Former-commit-id: 2d46d13
Former-commit-id: 5b236e9
  • Loading branch information
markerikson authored May 29, 2021
2 parents ef63fad + f24d3bc commit 3d21d81
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
9 changes: 9 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
publish = "website/build"
command = "npm run build && cp _redirects ./build"
ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ ."


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

2 changes: 1 addition & 1 deletion package-lock.json.REMOVED.git-id

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0a02939ec83efa3572a2cde34af729444ab9c127
70d1291ff5e04e8c77678a07e6c5e69c0dee758a
2 changes: 1 addition & 1 deletion website/package-lock.json.REMOVED.git-id

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
"deploy": "docusaurus deploy"
},
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.70",
"@docusaurus/preset-classic": "2.0.0-alpha.70",
"@docusaurus/core": "2.0.0-alpha.75",
"@docusaurus/preset-classic": "2.0.0-alpha.75",
"classnames": "2.2.6",
"react": "16.13.0",
"react-dom": "16.13.0",
"react": "^17.0.2",
"react-dom": "17.0.2",
"url-search-params-polyfill": "^8.1.0"
},
"devDependencies": {
"netlify-plugin-cache": "^1.0.3"
},
"browserslist": {
"production": [
">0.2%",
Expand Down

0 comments on commit 3d21d81

Please sign in to comment.