1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Remove rollup build configuration (#22181)

Rollup remove
This commit is contained in:
Simon Lamon
2024-11-08 09:19:52 +01:00
committed by GitHub
parent f396be2ed7
commit ee79c3a983
28 changed files with 172 additions and 998 deletions

View File

@@ -15,7 +15,7 @@ The Home Assistant build pipeline contains various steps to prepare a build.
Currently in Home Assistant we use a bundler to convert TypeScript, CSS and JSON files to JavaScript files that the browser understands.
We currently rely on Webpack but also have experimental Rollup support. Both of these programs bundle the converted files in both production and development.
We currently rely on Webpack. Both of these programs bundle the converted files in both production and development.
For development, bundling is optional. We just want to get the right files in the browser.