neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.83k stars 151 forks source link

core.Base: setStaticConfig() => evaluate if we can remove the staticConfig part #5619

Open tobiu opened 1 month ago

tobiu commented 1 month ago

this logic feels outdated => before webpack was supporting static class fields.

we can now probably directly access the ctor instead.