Skip to content

mixj93/lodestone

Repository files navigation

Lodestone | Hearthstone toolbox

Netlify Status

lodestone

Features

Arena

Hearthstone arena cards compare helper. Data from Lightforge, Heartharena and 旅法师营地.

Zephrys

List all possible cards given by Zephrys the Great.

Secrets

List all possible secrets cards.

Roadmap

  • Page 404
  • Custom scrollbar style
  • Migrate arena helper
  • Migrate serverless functions
  • Migrate arena spiders
  • Add message form
  • Design a logo
  • Feature zephrys
  • Feature secrets
  • Back to top button

Troubleshooting

Custom Antd theme

使用 react-scripts-rewiredcustomize-cra 来自定义 create-react-app 的 webpack 配置,避免 eject。

less-loader 只能使用 5.0.0 的版本,使用最新的 6.x 的版本会报错:

Failed to compile.

./node_modules/antd/dist/antd.dark.less (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-7-1!./node_modules/postcss-loader/src??postcss!./node_modules/less-loader/dist/cjs.js??ref--6-oneOf-7-3!./node_modules/antd/dist/antd.dark.less)
ValidationError: Invalid options object. Less Loader has been initialized using an options object that does not match the API schema.
 - options has an unknown property 'source'. These properties are valid:
   object { lessOptions?, prependData?, appendData?, sourceMap?, implementation? }

Thanks