Closed Marc-Andre-Rivet closed 5 years ago
Contrary to other component repos for dash, daq is not published on NPM, which forces the use of app.scripts.config.serve_locally = True and prevents it from workinf with the default dash configuration.
app.scripts.config.serve_locally = True
It should be published like other packages :)
Original community issue here
Relates to https://github.com/plotly/dash-daq/issues/25
Closed by #30
Contrary to other component repos for dash, daq is not published on NPM, which forces the use of
app.scripts.config.serve_locally = True
and prevents it from workinf with the default dash configuration.It should be published like other packages :)
Original community issue here
Relates to https://github.com/plotly/dash-daq/issues/25