Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

dist/index.js file is referencing incorrect path #89

@mvarrieur

Description

@mvarrieur

When building this library using npm run build the dist/index.js file that is output looks like the following:

// stencilredux: CommonJS Main
module.exports = require("../esm/index.js");

Since it lives in the same folder as the esm folder I think it should look like:

// stencilredux: CommonJS Main
module.exports = require("./esm/index.js");

Unsure if this is a configuration issue, I can't figure out how these paths are being generated.

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