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
All locals (class names) stored in imported object.
128
+
All local variables (class names) are exported as named exports. To achieve this behaviour you also have to setup `modules` option for `css-loader`. For more information consult with `css-loader`[`documentation`](https://github.com/webpack-contrib/css-loader).
129
129
130
130
**webpack.config.js**
131
131
@@ -138,7 +138,11 @@ module.exports = {
138
138
use: [
139
139
// The `injectType` option can be avoided because it is default behaviour
All locals (class names) stored in imported object.
191
+
All local variables (class names) are exported as named exports. To achieve this behaviour you also have to setup `modules` option for `css-loader`. For more information consult with `css-loader`[`documentation`](https://github.com/webpack-contrib/css-loader).
All locals (class names) stored in `locals` property of imported object.
264
+
All local variables (class names) are exported as named exports. To achieve this behaviour you also have to setup `modules` option for `css-loader`. For more information consult with `css-loader`[`documentation`](https://github.com/webpack-contrib/css-loader).
All locals (class names) stored in `locals` property of imported object.
339
+
All local variables (class names) are exported as named exports. To achieve this behaviour you also have to setup `modules` option for `css-loader`. For more information consult with `css-loader`[`documentation`](https://github.com/webpack-contrib/css-loader).
0 commit comments