Marine Dunstetter
Marine Dunstetter
When I tried to play a bit with CSS modules for the first time in my life, I installed this addon on an existing Ember app and spent a quite...
## Context Lately, we have been working on the inversion of control for the Vite build, we replaced script assets like `vendor.js` with virtual content Vite can request to Embroider....
Ref to stop using Fastboot query params: #1900
Fixes #1962 TODO: - [ ] If addons bring more than plugins (e.g. presets), use error messages to say it's not going to work. - [ ] Using test templates,...
## Context Many tests currently rely on `node-fetch` to fetch responses from the Vite dev server when using the http audit. [See an example here](https://github.com/embroider-build/embroider/blob/4aacaee33f07b55f6b49a450c5897dccc2ad0b4f/tests/scenarios/compat-dummy-app-test.ts#L94). Instead, we should be able...
https://github.com/embroider-build/embroider/blob/main/packages/vite/src/resolver.ts#L63 this needs to not be hard-coded the new api should be just to enumerate all the things to resolve so it goes through the same code-path 👍 Implementing this...
In an upgrade guide, explain how to use Vite techniques to achieve the same thing that we used `{{rootUrl}}` for.
## About FastBoot support Fastboot is a solution to run Ember applications server-side, in a Node.js environment. (Like every documentation in the Ember world, Fastboot [introduction to server-side rendering](http://ember-fastboot.com/docs/user-guide#introduction-to-server-side-rendering) offers...
## About FastBoot support Fastboot is a solution to run Ember applications server-side, in a Node.js environment. (Like every documentation in the Ember world, Fastboot [introduction to server-side rendering](http://ember-fastboot.com/docs/user-guide#introduction-to-server-side-rendering) offers...