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
Detailed documentation on Semantic UI theming is provided in our [Theming guide](/theming).
87
64
88
-
## Bundling
65
+
## Supported Bundling Options
89
66
90
67
Semantic UI React is fully supported by all modern JavaScript bundlers.
91
68
@@ -95,16 +72,11 @@ Semantic UI React is fully compatible with `create-react-app` and works out the
95
72
96
73
### Webpack 4
97
74
98
-
Semantic UI React is fully supported by Webpack 4, including tree shaking as of `semantic-ui-react@0.81.2`.
99
-
100
-
Please ensure that you build your app in production mode before release. Semantic UI React includes several optimizations in production mode, such as stripping `propTypes` from your build.
101
-
102
-
<Dividerhiddensection />
75
+
Semantic UI React is fully supported by Webpack 4. Please ensure that you build your app in [production mode](https://webpack.js.org/guides/production/) before release. Semantic UI React includes several optimizations in production mode, such as stripping `propTypes` from your build.
103
76
104
77
## Examples
105
78
106
-
For examples on how to import and use Semantic UI React components, click the code icon
107
-
(<Iconname="code" />) next to any example. Here are a few direct links:
79
+
For examples on how to import and use Semantic UI React components, click the code icon (<Iconname="code" />) next to any example. Here are a few direct links:
0 commit comments