pioner-ant-json-config
Advanced tools
Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "pioner-ant-json-config", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "JSON configuration for Ant design framework providing customized styling for components ", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -9,3 +9,3 @@ ## Install | ||
## Usage | ||
### with craco | ||
### With craco | ||
https://github.com/FormAPI/craco-antd | ||
@@ -30,3 +30,3 @@ | ||
### with react-app-rewire typescript | ||
### With react-app-rewire typescript | ||
Follow advanced guide at: | ||
@@ -73,3 +73,3 @@ https://ant.design/docs/react/use-in-typescript | ||
### with CRA eject | ||
### With CRA eject | ||
Basically follow this: https://medium.com/@GeoffMiller/how-to-customize-ant-design-with-react-webpack-the-missing-guide-c6430f2db10f, | ||
@@ -76,0 +76,0 @@ just switch themeVariables to correct source in webpack config. Also set ```javascriptEnabled: true``` in less-loader. |