Skip to content
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

The sourcemaps are not included in the package #3916

Open
korgan00 opened this issue May 10, 2024 · 0 comments
Open

The sourcemaps are not included in the package #3916

korgan00 opened this issue May 10, 2024 · 0 comments

Comments

@korgan00
Copy link

korgan00 commented May 10, 2024

Description

The sourcemaps are not included in the package.

Im getting warnings:

 WARN  Failed to load source map for [...]/node_modules/@jupyter-widgets/html-manager/lib/index.js.
Error: An error occurred while trying to read the map file at index.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/html-manager/lib/index.js.map'


 WARN  Failed to load source map for [...]/node_modules/@jupyter-widgets/html-manager/lib/htmlmanager.js.
Error: An error occurred while trying to read the map file at htmlmanager.js.map
Error: ENOENT: no such file or directory, open [...]/node_modules/@jupyter-widgets/html-manager/lib/htmlmanager.js.map'


 WARN  Failed to load source map for [...]/node_modules/@jupyter-widgets/controls/lib/index.js.
Error: An error occurred while trying to read the map file at index.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/controls/lib/index.js.map'


 WARN  Failed to load source map for [...]/node_modules/@jupyter-widgets/controls/lib/utils.js. 
Error: An error occurred while trying to read the map file at utils.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/controls/lib/utils.js.map'


 WARN  Failed to load source map for [...]/node_modules/@jupyter-widgets/base/lib/index.js.
Error: An error occurred while trying to read the map file at index.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/base/lib/index.js.map'


 WARN  Failed to load source map for[...]/node_modules/@jupyter-widgets/base/lib/widget.js. 
Error: An error occurred while trying to read the map file at widget.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/base/lib/widget.js.map'


 WARN  Failed to load source map for [...]/node_modules/@jupyter-widgets/base/lib/utils.js.
Error: An error occurred while trying to read the map file at utils.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/base/lib/utils.js.map'


 WARN  Failed to load source map for [...]/node_modules/@jupyter-widgets/base/lib/backbone-patch.js.
Error: An error occurred while trying to read the map file at backbone-patch.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/base/lib/backbone-patch.js.map'


 WARN  Failed to load source map for [...]/node_modules/@jupyter-widgets/base/lib/nativeview.js.
Error: An error occurred while trying to read the map file at nativeview.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/base/lib/nativeview.js.map'

Reproduce

I am trying to use it with a nuxt environment.

Expected behavior

To have the .map files

Context

Related installed packages.
"@jupyter-widgets/base": "^6.0.7",
"@jupyter-widgets/base-manager": "^1.0.8",
"@jupyter-widgets/html-manager": "^1.0.10",
"@jupyter-widgets/controls": "^5.0.8",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant