Skip to content

Commit b5ae1fc

Browse files
committed
Remove async-plotlyjs from js_dist.
1 parent 32cbddf commit b5ae1fc

File tree

1 file changed

+0
-18
lines changed
  • components/dash-core-components/dash_core_components_base

1 file changed

+0
-18
lines changed

components/dash-core-components/dash_core_components_base/__init__.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -122,24 +122,6 @@
122122
"namespace": "dash",
123123
"dynamic": True,
124124
},
125-
{
126-
"relative_package_path": "dcc/async-plotlyjs.js",
127-
"external_url": (
128-
"https://unpkg.com/dash-core-components@{}"
129-
"/dash_core_components/async-plotlyjs.js"
130-
).format(__version__),
131-
"namespace": "dash",
132-
"async": "lazy",
133-
},
134-
{
135-
"relative_package_path": "dcc/async-plotlyjs.js.map",
136-
"external_url": (
137-
"https://unpkg.com/dash-core-components@{}"
138-
"/dash_core_components/async-plotlyjs.js.map"
139-
).format(__version__),
140-
"namespace": "dash",
141-
"dynamic": True,
142-
},
143125
]
144126
)
145127

0 commit comments

Comments
 (0)