Skip to content

exporting of const=cssExports is redundant #36

@quebits

Description

@quebits

I'm issuing to this code:

const cssModuleExport = 'export const cssExports: CssExports;\nexport default cssExports;\n';

css-loader (and style-loader as well) has no such export. So I think would be better to use something like this instead:

const cssModuleExport = 'const cssExports: CssExports;\nexport default cssExports;\n';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions