我被困住了。我需要一些帮助。
我的环境:WSL2
我执行 webpack-dev-server
npm run dev
Run Code Online (Sandbox Code Playgroud)
这是它的日志:
> lecture@1.0.0 dev /mnt/c/Users/J3SUNG/Desktop/react/React Study/lecture
> webpack-dev-server --hot
? ?wds?: Project is running at http://localhost:8080/
? ?wds?: webpack output is served from /dist/
? ?wds?: Content not from webpack is served from /mnt/c/Users/J3SUNG/Desktop/react/React Study/lecture
@babel/preset-env: `DEBUG` option
Using targets:
{
"chrome": "85",
"ie": "11",
"samsung": "12"
}
Using modules transform: auto
Using plugins:
proposal-numeric-separator { "ie":"11" }
proposal-logical-assignment-operators { "ie":"11", "samsung":"12" }
proposal-nullish-coalescing-operator { "ie":"11", "samsung":"12" }
proposal-optional-chaining { "ie":"11", "samsung":"12" } …Run Code Online (Sandbox Code Playgroud) npm reactjs webpack webpack-dev-server windows-subsystem-for-linux