SuperOleg39
SuperOleg39
Have same bug, looks like problem inside [post-css-modules-scope](https://github.com/css-modules/postcss-modules-scope/blob/master/src/index.js#L200)
@ScriptedAlchemy, big request, merge and publish the fix, if you will have at least a little time
Same question, i write some code for build link to issue from commit, and find to many variants to parsing: Closes #ISSUE / closes #ISSUE / Closes ISSUE / closes...
Hello! No, at this moment `tramvai` doesn't support Vercel edge runtime, or any other serverless environments. Our framework setup `fastify` server, heavily integrated into the Dependency Injection system. So, on...
> For example, Cloudflare workers, the site is rendered and displayed to users around the world in about 50ms-65ms In our experience, two things significantly affect the response time of...
> And another question is, if I want to use koa, what should I do in this case? No, we decided not to made abstractions over server framework, and use...
Don't think so, in `server` module internal implementation we have a lot specific framework connections. E.g. [list of internal server module tokens](https://github.com/Tinkoff/tramvai/blob/main/packages/tokens/server-private/src/index.ts), any of this can be used in other...
Hello! About code transpiling, we have a two targets: - `babel` as default transpiler - `swc` as experimental transpiler At this moment, unfortunately you can't use `swc` transpiler, because of...
About bundling, we also have a two targets: - `webpack` as default bundler - `vite` as alternative But unlike `swc` case, we have no implementation with `vite`. For today, we...
We don't have examples, only ticket in our backlog) As a preparation, webpack was separated to `builder` abstraction - https://github.com/Tinkoff/tramvai/tree/main/packages/cli/src/builder/webpack, this is all what we have at this moment.