ProjectEvergreen / greenwood

Greenwood is your full-stack workbench for the web, focused on supporting modern web standards and development to help you create your next project.
https://www.greenwoodjs.io
MIT License
95 stars 9 forks source link

Docs/issue 1004 document latest status for non standard import formats #1166

Closed thescientist13 closed 8 months ago

thescientist13 commented 9 months ago

Related Issue

"resolves" #1004

It seems coming out of #952 , using import even with .gql files seems to be working just fine, and since this also works with JSX as evidenced in our test cases, I think this means everything is now compatible!

There is a scenario in which we need to handle TypeScript (or any general form of non-standard JavaScript) in WCC - https://github.com/ProjectEvergreen/wcc/issues/122

Summary of Changes

  1. Update documentation (and test case comment) to clarify latest state of custom loaders and configuration
  2. Add placeholder TypeScript <> WCC test case

Not sure what the specific fix was, but possibly as part #1151 ?