mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 02:19:43 +00:00
Convert script and automation editor to lit (#4327)
* Convert script and automation editor to lit * Update yarn.lock
This commit is contained in:
@@ -91,7 +91,7 @@ const createWebpackConfig = ({
|
||||
),
|
||||
].filter(Boolean),
|
||||
resolve: {
|
||||
extensions: [".ts", ".js", ".json", ".tsx"],
|
||||
extensions: [".ts", ".js", ".json"],
|
||||
alias: {
|
||||
react: "preact-compat",
|
||||
"react-dom": "preact-compat",
|
||||
|
||||
Reference in New Issue
Block a user