Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lowcode-demo项目如何开启热重载 #3122

Open
dbb1016606796 opened this issue Jan 8, 2025 · 0 comments
Open

lowcode-demo项目如何开启热重载 #3122

dbb1016606796 opened this issue Jan 8, 2025 · 0 comments

Comments

@dbb1016606796
Copy link

clone的官网示例 lowcode-demo 项目,

build.json

"devServer": {
    "hot": true
  }
``

build.plugin.js
```
// config.plugins.delete('hot');
// config.devServer.hot(false);
```

我已经这样设置了,但是修改项目的plugins目录或者任何目录都必须重新npm run start才能看到效果
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant