Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Oct 25, 2020
1 parent 73df082 commit 03c224d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/Document.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Document = ({ Body, children, Head, Html, siteData: { dev, versions } }) =
<script
src={
dev
? ` https://cdn.jsdelivr.net/npm/@hot-loader/react-dom@${versions.react}/umd/react-dom.development.js`
? ` https://cdn.jsdelivr.net/npm/@hot-loader/react-dom@17.0.0/umd/react-dom.development.js`
: `https://cdn.jsdelivr.net/npm/react-dom@${versions.react}/umd/react-dom.production.min.js`
}
/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"release:patch": "yarn prerelease && ta-script npm/release patch && yarn postrelease",
"prestart": "yarn satisfied --fix yarn",
"start": "cross-env NODE_ENV=development gulp --series start:docs",
"satisfied": "satisfied --ignore \"webpack\" --skip-invalid",
"satisfied": "satisfied --ignore \"webpack|react|react-dom\" --skip-invalid",
"pretest": "yarn satisfied && gulp build:docs:docgen",
"test": "cross-env NODE_ENV=test node -r @babel/register ./node_modules/karma/bin/karma start karma.conf.babel.js",
"test:watch": "yarn test --no-single-run",
Expand Down

0 comments on commit 03c224d

Please sign in to comment.