Skip to content
Snippets Groups Projects
Commit 378a7a8f authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

add build artifacts with new entrypoints

parent f5c4f1d4
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ export default defineConfig({
}
}), license({
thirdParty: {
output: path.resolve(__dirname, 'third-party-licenses.txt'),
output: path.join(outDir, 'third-party-licenses.txt'),
}
})],
base: isProduction ? '/static/' : '/',
......
This diff is collapsed.
......@@ -2,10 +2,9 @@
<html>
<head>
<meta charset="utf-8"/>
<script type="module" crossorigin src="/static/bundle.js"></script>
<link rel="modulepreload" crossorigin href="/static/survey-s5I1rSwQ.js">
<link rel="modulepreload" crossorigin href="/static/report-C0OEVICj.js">
<link rel="stylesheet" crossorigin href="/static/bundle.css">
<script type="module" crossorigin src="/static/report.js"></script>
<link rel="modulepreload" crossorigin href="/static/main-BfdqwKKW.js">
<link rel="stylesheet" crossorigin href="/static/main.css">
</head>
<body>
<div id="root"></div>
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Compendium Survey</title>
<script type="module" crossorigin src="/static/survey.js"></script>
<link rel="modulepreload" crossorigin href="/static/main-BfdqwKKW.js">
<link rel="stylesheet" crossorigin href="/static/main.css">
<link rel="stylesheet" crossorigin href="/static/survey.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment