Skip to content

exporting of const=cssExports is redundant #36

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';

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions