Skip to content

Allow filenames with dots to be imported #10

Open
@dpikt

Description

@dpikt

Right now, the .index file creator will transform a filename like thing.config.js into:

export { default as thing } from './thing' 

which won't be found.

How we want to format these exports is an open question.

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