Skip to content

Commit

Permalink
chore: fix website build error (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc authored Feb 25, 2021
1 parent c86625c commit 4145922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ window.reactDom = require('react-dom');
window.antd = require('antd');

require('antd/lib/alert/style/index.css');

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
"license": "MIT",
"resolutions": {
"monaco-editor": "0.21.3",
"@babel/plugin-transform-spread": "7.12.1"
"@babel/plugin-transform-spread": "7.12.1",
"@babel/standalone": "7.12.6"
}
}

0 comments on commit 4145922

Please sign in to comment.