Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

bundle.js isn't in the npm distribution anymore? #235

Closed
@chriddyp

Description

@chriddyp

In the latest version, the remote URL for the dash package isn't found:
image

This URL is specified in the external_url key here:

'external_url': (
'https://unpkg.com/dash-table@{}/dash_table/bundle.js'
).format(__version__),

Indeed, looking at the package that got uploaded, the dash_table folder is no longer there:
image

So, either dash_table/bundle.js needs to get put back or the external_url needs to get update to the new directory: https://unpkg.com/[email protected]/lib/bundle.js

Now, it would be good if it was the former, so that we're standard across our libraries and across our dash-component-boilerplate project. That way, changes that we make to the boilerplate, like adding dev and prod versions of the bundle (done here: plotly/dash-component-boilerplate#8), can get easily incorporated into this project (related issue is #228)

cc @Marc-Andre-Rivet and @valentijnnieman

Metadata

Metadata

Assignees

No one assigned

    Labels

    dash-type-bugSomething isn't working as intendedregressionWorked in a previous version

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions