ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
``` Windows PowerShell 版权所有 (C) Microsoft Corporation。保留所有权利。 PS D:\react102\three> npm run dev npm ERR! missing script: dev PS D:\react102\three> npm run b > three@1.0.0 b D:\react102\three > webpack --hot asset main.js 10.4 KiB [emitted] [minimized] (name: main) runtime modules 26.2 KiB 9 modules cacheable modules 80 bytes ./src/index.js 52 bytes [built] [code generated] ./src/hello.js 28 bytes [built] [code generated] WARNING in configuration The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/ webpack 5.56.0 compiled with 1 warning in 771 ms PS D:\react102\three> npm run b > webpack --mode development asset main.js 2.46 KiB [emitted] (name: main) ./src/index.js 52 bytes [built] [code generated] ./src/hello.js 28 bytes [built] [code generated] webpack 5.56.0 compiled successfully in 110 ms PS D:\react102\three> npm run c ```