raymondcamden’s avatarraymondcamden’s Twitter Archive—№ 63,610

  1. Given a foo.js that has: export const fooService = { stuff here } Why do I get "export 'default' (imported as 'fooService') was not found warnings? Code works fine as far as I can see.