mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46:35 +00:00
Point es5 adapter to frontend-es5 (#1273)
This commit is contained in:
parent
d243f2ead6
commit
b89de4b494
@ -7,7 +7,7 @@ let index = fs.readFileSync('index.html', 'utf-8');
|
||||
const toReplace = [
|
||||
[
|
||||
'<!--EXTRA_SCRIPTS-->',
|
||||
"<script src='/static/custom-elements-es5-adapter.js'></script>"
|
||||
"<script src='/frontend_es5/custom-elements-es5-adapter.js'></script>"
|
||||
],
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user