bem / bem/bem-react

@bem-react/pack: Add watch mode for rebuild

Open
#570 0 comments 0 reactions 1 assignee Claimed by @yarastqt View on GitHub
improvement scope: pack
Dominant language
TypeScript
Stars
450
Forks
69
PR merge metrics
No merged PRs in 30d

Description

## Info

Need add watch flag for rebuild project after change files.

## Example

**cli usage**

```sh
pack build -w
```

**selective configuration**

```ts
module.exports = {
plugins: [
useTypeScriptPlugin({
watch: true,
}),
useAssetsPlugin({
watch: false,
}),
],
}
```

For watching can be used `chokidar` library

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.