Blaze serves also static index.html and bundle.js
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
window.onload = () => {
|
||||
console.log("this comes from bundle.js")
|
||||
}
|
||||
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>WeatherTool</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, Weather!</h1>
|
||||
|
||||
<script type="text/javascript" src="./bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user