You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspite of using import { Popup } from 'semantic-ui-react'; to import just the popup, the entire library gets imported in the bundle in webpack, Can someone please help me with this?
Semantic-UI-React version: 0.62.1
The text was updated successfully, but these errors were encountered:
Until we get a jsnext:main build to support tree shaking you can add babel-plugin-lodash as noted here to transform your import statements to individual file imports automatically.
Inspite of using
import { Popup } from 'semantic-ui-react';
to import just the popup, the entire library gets imported in the bundle in webpack, Can someone please help me with this?Semantic-UI-React version: 0.62.1
The text was updated successfully, but these errors were encountered: