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

Error when update version (Webpack) #149

Closed
mreouven opened this issue Oct 19, 2022 · 0 comments
Closed

Error when update version (Webpack) #149

mreouven opened this issue Oct 19, 2022 · 0 comments

Comments

@mreouven
Copy link

WARNING in ./node_modules/parse-domain/build/from-url.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/node_modules/parse-domain/src/from-url.ts' file: Error: ENOENT: no such file or directory, open '/node_modules/parse-domain/src/from-url.ts'
@ ./node_modules/parse-domain/build/main.js 4:0-53 4:0-53 4:0-53

WARNING in ./node_modules/parse-domain/build/main.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/node_modules/parse-domain/src/main.ts' file: Error: ENOENT: no such file or directory, open '/node_modules/parse-domain/src/main.ts'

WARNING in ./node_modules/parse-domain/build/parse-domain.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/node_modules/parse-domain/src/parse-domain.ts' file: Error: ENOENT: no such file or directory, open '/node_modules/parse-domain/src/parse-domain.ts'
@ ./node_modules/parse-domain/build/main.js 3:0-66 3:0-66 3:0-66

WARNING in ./node_modules/parse-domain/build/sanitize.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/node_modules/parse-domain/src/sanitize.ts' file: Error: ENOENT: no such file or directory, open '/node_modules/parse-domain/src/sanitize.ts'
@ ./node_modules/parse-domain/build/main.js 5:0-65 5:0-65 5:0-65

WARNING in ./node_modules/parse-domain/build/serialized-tries.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/node_modules/parse-domain/src/serialized-tries.ts' file: Error: ENOENT: no such file or directory, open '/node_modules/parse-domain/src/serialized-tries.ts'
@ ./node_modules/parse-domain/build/parse-domain.js 1:0-63 78:107-116 79:115-126
@ ./node_modules/parse-domain/build/main.js 3:0-66 3:0-66 3:0-66

WARNING in ./node_modules/parse-domain/build/trie/characters.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/node_modules/parse-domain/src/trie/characters.ts' file: Error: ENOENT: no such file or directory, open '/node_modules/parse-domain/src/trie/characters.ts'
@ ./node_modules/parse-domain/build/trie/look-up.js 1:0-46 9:30-49 10:34-54 13:37-56
@ ./node_modules/parse-domain/build/parse-domain.js 2:0-53 80:22-38 81:24-40
@ ./node_modules/parse-domain/build/main.js 3:0-66 3:0-66 3:0-66

WARNING in ./node_modules/parse-domain/build/trie/look-up.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/node_modules/parse-domain/src/trie/look-up.ts' file: Error: ENOENT: no such file or directory, open '/node_modules/parse-domain/src/trie/look-up.ts'
@ ./node_modules/parse-domain/build/parse-domain.js 2:0-53 80:22-38 81:24-40
@ ./node_modules/parse-domain/build/main.js 3:0-66 3:0-66 3:0-66

WARNING in ./node_modules/parse-domain/build/trie/nodes.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/node_modules/parse-domain/src/trie/nodes.ts' file: Error: ENOENT: no such file or directory, open '/node_modules/parse-domain/src/trie/nodes.ts'
@ ./node_modules/parse-domain/build/trie/parse-trie.js 2:0-79 4:21-35 11:15-31 32:40-54
@ ./node_modules/parse-domain/build/parse-domain.js 4:0-49 78:97-106 79:105-114
@ ./node_modules/parse-domain/build/main.js 3:0-66 3:0-66 3:0-66

WARNING in ./node_modules/parse-domain/build/trie/parse-trie.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/node_modules/parse-domain/src/trie/parse-trie.ts' file: Error: ENOENT: no such file or directory, open '/node_modules/parse-domain/src/trie/parse-trie.ts'
@ ./node_modules/parse-domain/build/parse-domain.js 4:0-49 78:97-106 79:105-114
@ ./node_modules/parse-domain/build/main.js 3:0-66 3:0-66 3:0-66

jhnns added a commit that referenced this issue Oct 27, 2023
The original sources that the source map were pointing to were not included in the package build. This change inlines the sourceContents into the source map.

Fixes Error when update version (Webpack) #149
jhnns added a commit that referenced this issue Oct 27, 2023
The original sources that the source map were pointing to were not included in the package build. This change inlines the sourceContents into the source map.

Fixes Error when update version (Webpack) #149
github-actions bot pushed a commit that referenced this issue Oct 27, 2023
## [8.0.1](v8.0.0...v8.0.1) (2023-10-27)

### Bug Fixes

* Inline sourceContents in source maps ([#156](#156)) ([2f5a249](2f5a249)), closes [#149](#149)
@jhnns jhnns closed this as completed Oct 27, 2023
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

2 participants