Skip to content

When installing as an NPM package, you need to provide the path #8

@moonglum

Description

@moonglum

If you install tabelle as an NPM package, you have to import it like this:

import 'tabelle/dist/tabelle';

We can shorten that to:

import 'tabelle';

by setting the main attribute in the package.json to dist/tabelle.js 😄

Metadata

Metadata

Assignees

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