make-runnable icon indicating copy to clipboard operation
make-runnable copied to clipboard

Errors using import statements even with @babel/register

Open zgallagher08 opened this issue 4 years ago • 1 comments

I'm trying to use make-runnable to insert rows into my database, and I'm using my db config file which uses ES6 imports.

How can I get make-runnable to work with imports instead of require?

zgallagher08 avatar May 15 '20 04:05 zgallagher08