Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Uncompiled code in NPM distribution #466

Open
@philip-peterson

Description

@philip-peterson

Hi there,

I was hoping to use dash-core-components as a Node dependency, but upon installing it, it doesn't know what to do with the import statements or JSX.

> require('dash-core-components')
Thrown:
/home/ppeterson/Code/sandbox/node_modules/dash-core-components/src/index.js:2
import ConfirmDialog from './components/ConfirmDialog.react';
       ^^^^^^^^^^^^^

SyntaxError: Unexpected identifier

This is on NodeJS v11.10.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions