RobertSandiford
RobertSandiford
Seems that the resolver is not recognising imports from packages using "exports" in package.json
"By default, nodemon looks for files with the .js, .mjs, .coffee, .litcoffee, and .json" This seems like madness! : ) In an ES6 project I often have to use a...
**Current behavior:** Importing createCache from @emotion/cache in an ES6 environment (type: module in package.json) does not import the function, but an object with a default property is the function ```...
Hi, I am a big fan of chai, I'm using it a lot. I just wonder if be() syntax has been discussed/considered/rejected? It's the one thing that always bugs me...
I'm really baffled with the setup of this app. I followed the instructions here, using the CLI method. https://v3.docs.apostrophecms.org/guide/setting-up.html#creating-a-project Different to the guide, it installed packages itself, and seemingly create...
Hi I am importing from a node_modules package that uses the exports field to redirect to /dist ``` "exports": { "./*": "./dist/*" } ``` However these dependencies are not found...
Hi, I've just set up serverless with an aws/node/express template, and found that the template was using common JS. I haven't used CJS in quite a while, using ES6 modules...
According to the documentation here: https://help.backblaze.com/hc/en-us/articles/226937867-How-do-I-use-the-b2-sync-command- b2 sync does not support versioning files on deletion. The deleted file is either kept with no indication of deletion, or deleted with no...
Hey-- how did you manage to do this? I want to be able to convert JSX in Dart (but in the same file). I can use babel, but I don't...
Hi
Hi there! I am looking for a way to programmatically convert CJS to ESM for my new framework. I like your package, but it definitely seems to have some bugs....