gpt4 book ai didi

javascript - parcel serve 为 SourceMap 请求和不存在的 url 返回 index.html

转载 作者:行者123 更新时间:2023-12-03 20:42:12 26 4
gpt4 key购买 nike

用包裹设置的普通 Vanilla typescript 开发环境。
我在浏览器(Edge/Chrome)中没有 SourceMap:

DevTools failed to load SourceMap: Could not parse content for http://localhost:1234/index.7cacc1f4.js.map: Unexpected token < in JSON at position 0
页面加载后的包裹服务日志:
$ parcel serve ./src/index.html --log-level verbose
ℹ️ Server running at http://localhost:1234
✨ Built in 3.15s
@parcel/reporter-dev-server: Request: localhost:1234/
@parcel/reporter-dev-server: Request: localhost:1234/index.7cacc1f4.js
@parcel/reporter-dev-server: Request: localhost:1234/index.7cacc1f4.js.map
@parcel/reporter-dev-server: Request: localhost:1234/favicon-32x32.232ca4f5.png
SourceMap 文件位于 dist:
$ ls dist
__ favicon-32x32.232ca4f5.png index.453c97a0.js.map
apple-touch-icon.8e36bc09.png favicon-32x32.a91f4dac.png index.7cacc1f4.js
apple-touch-icon.e80caf23.png index.031565ba.js index.7cacc1f4.js.map
favicon-16x16.bc10cd1f.png index.031565ba.js.map index.html
favicon-16x16.d41cdce3.png index.453c97a0.js
看来 parcel serve正在返回索引页面而不是 SourceMaps:
$ curl -v localhost:1234/index.7cacc1f4.js.map 
* Trying ::1...
* TCP_NODELAY set
* Connected to localhost (::1) port 1234 (#0)
> GET /index.7cacc1f4.js.map HTTP/1.1
> Host: localhost:1234
> User-Agent: curl/7.64.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Methods: GET, HEAD, PUT, PATCH, POST, DELETE
< Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Content-Type
< Content-Length: 630
< Content-Disposition: inline; filename="index.html"
< Accept-Ranges: bytes
< Last-Modified: Sun, 21 Mar 2021 17:09:09 GMT
< Content-Type: text/html; charset=utf-8
< Date: Sun, 21 Mar 2021 17:13:40 GMT
< Connection: keep-alive
< Keep-Alive: timeout=5
<
<!DOCTYPE html>

<html lang="en">
[....]
</html>
* Connection #0 to host localhost left intact
* Closing connection 0
来自 curl 的包裹日志以上:
@parcel/reporter-dev-server: Request: localhost:1234/index.7cacc1f4.js.map
包裹版本: 2.0.0-beta.2奇怪的是包裹服务不返回 404 只是在找不到页面时重定向到索引?
@parcel/reporter-dev-server: Request: localhost:1234/asfsdfs.x
@parcel/reporter-dev-server: Request: localhost:1234/index.7cacc1f4.js
@parcel/reporter-dev-server: Request: localhost:1234/index.7cacc1f4.js.map
@parcel/reporter-dev-server: Request: localhost:1234/favicon-32x32.232ca4f5.png
@parcel/reporter-dev-server: Request: localhost:1234/__/static/site.webmanifest

最佳答案

这是包裹 2 中的一个错误,但已在当前的夜间版本中修复:
https://github.com/parcel-bundler/parcel/issues/6078

关于javascript - parcel serve 为 SourceMap 请求和不存在的 url 返回 index.html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66735384/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com