fix: enable code spliting for app
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="/app/build/bundle.css">
|
||||
<link rel="stylesheet" href="/app/build/index.css">
|
||||
<script>
|
||||
window.__authorizer__ = {{.data}}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="/app/build/bundle.js"></script>
|
||||
<script type="module" src="/app/build/index.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user