1 min readSep 24, 2018
Hi Petr,
I have just committed a change this morning to the repository.
There is a new npm script called build:dev-watch:
"build:dev-watch": "webpack --config webpack.dev.js --watch ./src"
If I make any modifications to *.less or *.ts files in the src folder, then webpack will automatically rebuild them.
Hope that helps.