169 похожих чатов

Https://Www.Youtube.Com/Watch?V=QlLWRCEDvPI Тут детали были

1 ответов

18 просмотров

Chris Manson, speaking at EmberConf, discussed the transition of Ember's build system from the old Ember CLI to Embroider, aligning with modern JavaScript practices. Embroider serves as a translation layer, converting legacy Ember apps and add-ons to ECMAScript modules (ESM). Key points: 1. Embroider's Role: Converts old Ember apps to the new ESM format in three stages: - Rewriting add-ons - Rewriting the app - Passing the translated code to a modern packager like Webpack or Vite 2. Challenges with Ember CLI: Ember CLI's legacy system is outdated, complex, and incompatible with new JavaScript standards. 3. Importance of Rollup Plugins: Used in Embroider to dynamically resolve and load modules. 4. Future Improvements with Vite: Vite integration aims to improve build and rebuild speeds by eliminating the need for a rewritten app, allowing developers to point Vite directly at their source code. 5. Vite App Blueprint: Announced as the new default build tool for Ember projects, making the development process faster and more efficient. Manson encouraged trying the new blueprint and providing feedback for continuous improvement.

Похожие вопросы

Обсуждают сегодня

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
program test; {$mode delphi} procedure proc(v: int32); overload; begin end; procedure proc(v: int64); overload; begin end; var x: uint64; begin proc(x); end. Уж не знаю...
notme
6
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
вы делали что-то подобное и как? может есть либы готовые? увидел картинку нокода, где всё линиями соединено и стало интересно попробовать то же в ddl на lua сделать. решил с ч...
Victor
8
Ребят в СИ можно реализовать ООП?
Николай
33
Подскажите пожалуйста, как в CustomDrawCell(Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean); получить наз...
A Z
7
Карта сайта