Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

[NO MERGE] Support legacy moduleResolutions#25

Closed
architect-dev wants to merge 1 commit into
mainfrom
fix/legacy-module-resolution
Closed

[NO MERGE] Support legacy moduleResolutions#25
architect-dev wants to merge 1 commit into
mainfrom
fix/legacy-module-resolution

Conversation

@architect-dev

Copy link
Copy Markdown
Collaborator

moduleResolution: "node" or other legacy

import { cofhejs } from 'cofhejs/dist/web';
import { cofhejs } from 'cofhejs/dist/node';

moduleResolution: "node16" or "nodenext"

import { cofhejs } from 'cofhejs/web'; 
import { cofhejs } from 'cofhejs/node'; 

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant