Skip to content

[BUG] watch模式无法生成带/路径的entry #1749

@godcong

Description

@godcong

使用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能正确生成并输出

Metadata

Metadata

Assignees

No one assigned

    Labels

    S-Bug-confirmedStatus: report has been confirmed as a valid bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions