Command theia clean
doesn't remove gen-webpack.node.config.js
#12974
Labels
theia-cli
issues related to the theia-cli
Bug Description:
The
theia clean
command provided by the cli package does not delete thegen-webpack.node.config.js
which was introduced for backend bundling (#12412). This happens because it is not removed by theclean()
method ofApplicationPackageManager
.Steps to Reproduce:
cd examples/browser
yarn build
yarn clean && ls -la
gen-webpack.node.config.js
still existsAdditional Information
The text was updated successfully, but these errors were encountered: