Don't use :target :bundle for cljs

This commit is contained in:
Jeremy Dormitzer 2020-12-10 12:40:28 -05:00
parent 444ecd51d0
commit 5ba172bab8
4 changed files with 3 additions and 1006 deletions

View File

@ -1,5 +1,4 @@
^{:auto-bundle :webpack
:open-url false}
^{:open-url false}
{:main jeremy-website.main
:output-dir "src/cljs"
:asset-path "cljs"}

999
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,10 +7,7 @@
"moment-timezone": "^0.5.32",
"obelix-plugin-excerpt": "^1.0.0",
"obelix-plugin-typography": "^1.0.2",
"typography-theme-moraga": "^0.16.19",
"voronoi": "^1.0.0",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0"
"typography-theme-moraga": "^0.16.19"
},
"repository": {
"type": "git",

View File

@ -46,6 +46,6 @@
</footer>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap" rel="stylesheet">
<script src="cljs/main_bundle.js"></script>
<script src="cljs/main.js"></script>
</body>
</html>