Info
Need add watch flag for rebuild project after change files.
Example
cli usage
selective configuration
module.exports = {
plugins: [
useTypeScriptPlugin({
watch: true,
}),
useAssetsPlugin({
watch: false,
}),
],
}
For watching can be used chokidar library