File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
django_idom/templates/idom Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Django IDOM Build Artifacts
2- src /django_idom /static /js
2+ src /django_idom /static /
33
44# Django #
55logs
Original file line number Diff line number Diff line change 11{% load static %}
22< div id ="{{ idom_mount_uuid }} " class ="{{ class }} "> </ div >
33< script type ="module " crossorigin ="anonymous ">
4- import { mountViewToElement } from "{% static 'js/django-idom- client.js' %}" ;
4+ import { mountViewToElement } from "{% static '/django_idom/ client.js' %}" ;
55 const mountPoint = document . getElementById ( "{{ idom_mount_uuid }}" ) ;
66 mountViewToElement (
77 mountPoint ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const { PRODUCTION } = process.env;
77export default {
88 input : "src/index.js" ,
99 output : {
10- file : "../django_idom/static/js/django-idom- client.js" ,
10+ file : "../django_idom/static/django_idom/ client.js" ,
1111 format : "esm" ,
1212 } ,
1313 plugins : [
You can’t perform that action at this time.
0 commit comments