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
Description
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.