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
Rendering will fail with an exception of css module is undefined, because the loaders in cfg/base are configured for for the *.less files only and miss a test against *.cssmodule.less and a loader that is adapted for cssmodules ('css?modules&importLoaders=1&localIdentName=[name]-[local]-[hash:base64:5]').
The text was updated successfully, but these errors were encountered:
Moved from react-webpack-generators/generator-react-webpack#248
After installing the 4.x generator with CSSModules + Preprocessor (e.g. LESS) and creating a new component the component template creates
Rendering will fail with an exception of
css module is undefined
, because the loaders incfg/base
are configured for for the*.less
files only and miss atest
against*.cssmodule.less
and a loader that is adapted for cssmodules ('css?modules&importLoaders=1&localIdentName=[name]-[local]-[hash:base64:5]'
).The text was updated successfully, but these errors were encountered: