Skip to content

Commit

Permalink
fix: sourcemap cannot load when developing
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci authored and tiensonqin committed Feb 25, 2022
1 parent 37210e1 commit 2748f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
:closure-defines {goog.debug.LOGGING_ENABLED true
frontend.config/GITHUB_APP_NAME #shadow/env "GITHUB_APP2_NAME"}

:dev {:asset-path "js"}
:dev {:asset-path "/static/js"}
:devtools {:before-load frontend.core/stop ;; before live-reloading any code call this function
:after-load frontend.core/start ;; after live-reloading finishes call this function
:watch-path "/static"
Expand Down

0 comments on commit 2748f95

Please sign in to comment.