Skip to content

Importing not supported for certain modules #75

@Vismayak

Description

@Vismayak

Various imports in projects that use geo-explorer and try to overwrite components, cause 'Cannot find module' errors for example:
import { Dataset } from '@ncsa/geo-explorer/types';

In discussion, the probable solution is to expand the export selection in the package.json file

"exports": {
    ".": "./dist/index.js",
    "./index.css": "./dist/index.css"
  }

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