Point es5 adapter to frontend-es5 (#1273)

This commit is contained in:
Paulus Schoutsen
2018-06-08 16:37:52 -04:00
committed by GitHub
parent d243f2ead6
commit b89de4b494
+1 -1
View File
@@ -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>"
],
];