Apuntes

module.exports = {
	...
	watch: true
}
{
	"scripts": {
		"dev:watch": "webpack --config webpack.config.dev.js --watch"
	}
}