-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
S-Bug-confirmedStatus: report has been confirmed as a valid bugStatus: report has been confirmed as a valid bug
Description
使用config.entry作为例子
mako\e2e\fixtures\config.entry
=> 脚本
"scripts": {
"build": "mako build",
"dev": "mako build --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},运行:mako build --watch会返回异常:
Building with mako for development...
● Mako ▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨ (85%) runtime plugins runtime plugins [Error: 系统找不到指定的路径。 (os error 3)] { code: 'GenericFailure' }
使用:mako build能正确生成并输出
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
S-Bug-confirmedStatus: report has been confirmed as a valid bugStatus: report has been confirmed as a valid bug