parcel-antd
parcel-antd copied to clipboard
Error with antd 4.x & @ant-design/icons
- dependencies
"@ant-design/icons": "^4.3.0",
"antd": "^4.9.4",
- import @ant-design/icons in app.tsx
import { SettingOutlined } from '@ant-design/icons';
// ...
const App = () => {
return (
<SettingOutlined />
)
}
The command npm run dev
works.
After npm run build
, then serve dist
.
The page will go wrong.
- error message:
Uncaught TypeError: Cannot read property 'TinyColor' of undefined