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

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

Open
mvarrieur opened this issue Jan 21, 2020 · 0 comments
Open

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

mvarrieur opened this issue Jan 21, 2020 · 0 comments

Comments

@mvarrieur
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant