mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-26 08:11:17 +02:00
remove polyfills script tag
This commit is contained in:
@@ -79,12 +79,7 @@
|
|||||||
defer
|
defer
|
||||||
src="<%= htmlWebpackPlugin.files.chunks['bundle'].entry %>"
|
src="<%= htmlWebpackPlugin.files.chunks['bundle'].entry %>"
|
||||||
></script>
|
></script>
|
||||||
<script>
|
|
||||||
window.fetch ||
|
|
||||||
document.write(
|
|
||||||
'<script src="<%= htmlWebpackPlugin.files.chunks["polyfills"].entry %>"><\/script>'
|
|
||||||
);
|
|
||||||
</script>
|
|
||||||
<!-- END-SCRIPT-TAGS -->
|
<!-- END-SCRIPT-TAGS -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user