-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Issue Type
bug report
Steps to Reproduce
- create a new app
npx create-react-app my-app - add DevExtreme Button:
import { Button } from 'devextreme-react';
...
render() {
return (
<Button text='Example Button' />
);
}
- build project
npm run build
Current Behavior
The resulting bundle contains all DevExtreme widgets. The total bundle size is about 3MB.
Expected Behavior
The resulting bundle should contain only the dxButton widget
zolem, pedrofurtado, ryan-gray, sputnyq and ricsv
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request