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
{{ message }}
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.
Hello!
I have problem with newest version of this loader.
Loader working great, but dont generate "export default locals;" string.
export const locals: IMonitoringHeaderModuleScss;`
So I cant use any styles from it beacuse my styles when I import them
import styles from './MonitoringHeader.module.scss';
lands DIRECTLY in "styles" object, not "styles.locals"...
I dont like namedExport with camelCase - generated names look really bad with BEM convention.
The text was updated successfully, but these errors were encountered: