微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

webpack的输出来自[empty]

如何解决webpack的输出来自[empty]

发生的事情是:我试图在Windows上的https上运行create-react-app。为此,我遵循了mkcert的说明,运行mkcert -install并遵循了我在Google上找到的一些教程。

但是,当我尝试在新的create-react-app(未配置,仅设置npm startnpm i create-react-app上运行npx create-react-app app时,PowerShell出现了一些奇怪的现象。

> app@0.1.0 start C:\Users\ACER\Documents\VSCode\Testing\https\app
> react-scripts start

i 「wds」: Project is running at https://192.168.56.1/
i 「wds」: webpack output is served from
i 「wds」: Content not from webpack is served from C:\Users\ACER\Documents\VSCode\Testing\https\app\public
i 「wds」: 404s will fallback to /
Starting the development server...
Compiled successfully!

You can Now view app in the browser.

  Local:            https://localhost:3000
  On Your Network:  https://192.168.56.1:3000

Note that the development build is not optimized.
To create a production build,use npm run build.

我试图回到可以直接在localhost:3000上查看create-react-app的时间,但是失败了。当我去https://192.168.56.1时,下面出现了。

enter image description here

你有什么主意吗?

以前关于设置https的研究:
https://www.freecodecamp.org/news/how-to-set-up-https-locally-with-create-react-app/
https://create-react-app.dev/docs/using-https-in-development/

此问题的先前研究
Content not from webpack is served from /foo

但是所有问题至少要在webpack output is served from之后有一条路径。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。