Skip to content

Reexamine the public path cdn #99

Closed
@jasongrout

Description

@jasongrout

Right now, we hardcode the unpkg CDN in the public path of the amd module in the dist/ directory:

publicPath: 'https://unpkg.com/{{ cookiecutter.npm_package_name }}@' + version + '/dist/'

I think we should:

  1. Figure out if we still need to hardcode it with webpack 5's automatic public path code
  2. If we still need to hardcode it, change it to jsdelivr to match what we are doing in ipywidgets 8.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions