Closed Ollymid closed 1 year ago
We have just made a change to the package.json
in v1.0.2 that may fix this. Apparently, require
and import()
were not using the correct entry point. Do you want to give v1.0.2 a try?
Hi Eric, fix looks to have worked, PR builds using new version - thanks v much
When I try to compile dependabot update PR for Unitmath v1.0.0 I see the following:
I think it's taking issue with
import UnitMath from "./src/Unit.js";
in the index.js as inside /src there is only Unit.ts - should this be changed to Unit.ts for it to work?Or perhaps something not quite right with rollup config?