jss-loader icon indicating copy to clipboard operation
jss-loader copied to clipboard

JSS Loader for Webpack

Results 2 jss-loader issues
Sort by recently updated
recently updated
newest added

Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema. - configuration[0] has an unknown property 'jssLoader'. These properties are valid: object...

The most obvious example of this problem is that compilation fails if your JSS depends on another JSS file (e.g. when using CSS Modules' `composes`). This is a critical issue...

bug
help wanted