Don't use :target :bundle for cljs
This commit is contained in:
parent
444ecd51d0
commit
5ba172bab8
@ -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
999
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user