ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

Remove stray require from lib/index.js

Open thomasjm opened this issue 2 years ago • 1 comments
trafficstars

To fix #3854.

This adds a fixup step to the build, so the proper version string gets inserted into lib/index.js.

For example, at the current version, the file is now

// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
export * from './utils';
export * from './version';
export * from './widget_link';
...
export * from './widget_upload';
export const version = "5.0.7";
//# sourceMappingURL=index.js.map

thomasjm avatar Oct 23 '23 11:10 thomasjm

Binder :point_left: Launch a binder notebook on branch codedownio/ipywidgets/remove-require

github-actions[bot] avatar Oct 23 '23 11:10 github-actions[bot]