Description
Hello,
I have followed https://glimmerjs.com/ installation process and I had issues with dependencies being outdated and the default babel caching option wasn't set.
Alright, after fixing this issue I successfully ran the Glimmer project, but after I tried using hbs I got an error: "'hbs template should have been compiled at build time". Then I tried using {{on "click" this.increment}} within precompileTemplate and I got: "TypeError: Invalid value used as weak map key".
I have tried then running the Playground example from: https://github.com/glimmerjs/glimmer-experimental/tree/master/packages/examples and it worked flawlessly.
The guide on https://glimmerjs.com/ is outdated and it only helps you set up a corrupted Glimmer project that won't work. Feel free to try it for yourself, try to use any Glimmer API within the project.
My example: https://github.com/CROmartin/Glimmer-corrupted-example
Let me know your opinions, does the Ember team care anymore to make Glimmer a standalone framework or that is just a past idea that is slowly dying?
Best regards.