Hi @sukghosa , I had a similar issue with another project. I changed the watch script in the package.json as follows:"watch": "webpack-dev-server --config ./webpack.dev.js --env writeToDisk & chokidar -c \"clientlib\" ./dist & aemsync -w ../ui.apps/src/main/content" I hope this was helpful to you! c...