"scripts": { "start": "webpack --mode development", "deploy": "webpack --mode production" },. 這樣只要在terminal 輸入npm run start他就會跑開發模式
確定! 回上一頁