wip: webpack integration

This commit is contained in:
Tienson Qin
2025-03-10 15:05:19 +08:00
parent 1c46e0205e
commit 5632c29ba0
8 changed files with 890 additions and 24 deletions

View File

@@ -11,7 +11,9 @@
:builds
{:app {:target :browser
:module-loader true
:js-options {:ignore-asset-requires true
:js-options {:js-provider :external
:external-index "target/index.js"
:ignore-asset-requires true
:resolve {"react" {:target :global
:global "React"}
"react-dom" {:target :global