crossfilter / reductio

Reductio: Crossfilter grouping
Other
250 stars 42 forks source link

Import of reductio getting failed ❗ #64

Open Libin-Varghese opened 3 months ago

Libin-Varghese commented 3 months ago

import reductio from "reductio";

While importing the package, getting the following error

======================================== node_modules\reductio\src\reductio.js:1 import build from './build.js'; ^^^^^^

SyntaxError: Cannot use import statement outside a module

How can I get this resolved?