-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Clean up pyproject.toml and build pipeline
#5540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 13 commits
1c6204e
77aeae4
ef2359e
0cfdc0d
09d817a
18c6b75
3adab20
a650b15
4e06ef0
796a9b3
0352c8a
6a70d14
ed73ee3
7c5c884
1a13239
a98060d
754dfe7
482a979
9717f12
ac9e496
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,4 @@ | ||
| { | ||
| "schemaVersion": 1, | ||
| "packageName": "jupyterlab-plotly", | ||
| "version": "6.0.1", | ||
| "packageManager": "python", | ||
| "jupyterlab": { | ||
| "mimeExtension": "lib/mimeExtension.js" | ||
| } | ||
| "packageName": "plotly", | ||
| "packageManager": "python" | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| module.exports = { | ||
| // Note: This config has no effect on the lab extension functionality, | ||
| // but it helps ensure that webpack uses the same module and chunk IDs | ||
| // across platforms, which makes it easier to compare build artifacts. | ||
| optimization: { | ||
| moduleIds: 'natural', | ||
| chunkIds: 'natural', | ||
| realContentHash: true | ||
| }, | ||
| }; |
Large diffs are not rendered by default.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.