jupyter-widgets / widget-cookiecutter

A cookiecutter template for creating a custom Jupyter widget project.
BSD 3-Clause "New" or "Revised" License
258 stars 72 forks source link

Remove __webpack_public_path__ configuration from js/lib/index.js #37

Closed jonmmease closed 6 years ago

jonmmease commented 6 years ago

As requested by @jasongrout in a discussion on gitter, this PR removes the __webpack_public_path__ configuration and associated comments from js/lib/index.js.

This lines messes up the jupyterlab webpack machinery and was responsible for at least the following issues.

jasongrout commented 6 years ago

Thanks!