Robert Shubert

Results 4 comments of Robert Shubert

That makes sense. I am pretty sure I tried that same syntax and still got some errors but I will try when I get back home and let you know....

Fair. For now, I'll keep working on it, and when/if you make an npm library I'll just switch it. I still get an error. I've added "type": "module" to package.json...

I figured that out just had to update the tsconfig. Now I'm trying to figure out this webpack issue, I think. const r = require.context("./tables/", false, /\.json$/); ^ TypeError: require.context...

Fixed it. Just need to set my environment to test and forget about the webpack stuff.