transforming after angular build added
This commit is contained in:
parent
72f515dcce
commit
b00e28e7d1
6
index-html-transform.js
Normal file
6
index-html-transform.js
Normal file
@ -0,0 +1,6 @@
|
||||
module.exports = async (targetOptions, indexHtmlContent) => {
|
||||
indexHtmlContent = indexHtmlContent.replaceAll("type=\"module\"",
|
||||
"");
|
||||
indexHtmlContent = indexHtmlContent.replaceAll("<base href=\"/\">", "")
|
||||
return indexHtmlContent;
|
||||
}
|
Loading…
Reference in New Issue
Block a user