alexisvincent / systemjs-config-builder

Generate SystemJS config files from node_modules
25 stars 7 forks source link

AMD modules assigned "format": "cjs" #9

Open srolel opened 7 years ago

srolel commented 7 years ago

The systemjs plugin-json package, for example, uses define but gets "format": "cjs".

alexisvincent commented 7 years ago

Hmm, thanks. A quickfix here is to filter out format from the config that gets generate. I remember having issues here, but I thought it was fixed. Let me know if that works for you?

I have another deadline I'm focusing on so won't be able to give this attention for the next few days.

alexisvincent commented 7 years ago

Can you submit a test dir to the repo so that I can reproduce this? A similar thing is there to try get typescript to load correctly.