Changes since 10.0.0.alpha5
Fixes
-
Use FrontendUtils::deleteNodeModules
Commit · Pull request · IssueTaskUpdatePackage was still using FileUtils.
-
Do not log conversion error
Commit · Pull requestNo other converter logs a conversion error, which makes sense as you do not want to see all invalid input in your server logs
-
Update css-loader
Commit · Pull requestUpdate css-loader to get a newer version of postcss
-
Handle faulty imports
Commit · Pull request · IssueDo not throw silently for incompatible import paths. Fix comment removal for JS files to accept ' as string.
-
Update node-fetch to 2.6.7
Commit · Pull requestUpdate node-fetch version
-
Improve exception message if dev server startup fails
Commit · Pull request · Issue -
Check if node_modules exists
Commit · Pull requestEven if there were seemingly undeletable files we should at the end check if the node_modules folder still exists before throwing an exception.
-
Do not store UI reference in DataCommunicator
Commit · Pull request