Zach Olivare
Zach Olivare
Since adopting the new SASS module system, I have quite often seen an error similar to: ``` Error: This module was already loaded, so it can't be configured using "with"....
It would be cool if somehow you could run one script when a file with one extension changes, and run another script when a file with a different extension changes.
We try to run a lerna command but lerna errors out (gracefully) because lerna.json does not exist. We then throw a super confusing error message out about the specific lerna...
When watching, we no longer build the dependencies of packages that change. However, if multiple packages change at the same time, the packages should be built in dependency order.
The auto building of dependencies was removed from `uno watch` because if you had changed the dependency while it was watching it would have already build the dependency, and doing...
When supplying a filter list to the run command, the command is not executed in the packages in the same order that was supplied ```bash uno run build one,two,three ```
There could be an `uno version` command that has the ability to get the version for a set of packages or alternatively set the version for a set of packages.
This would only output the packages which have `mismatchedWorkspaceDependencies`, to make them easier to spot. Filtering capability would also be nice on this command.
Sometimes you don't want to watch every package, but just a subset of them. The `watch` command should have a mechanism for specifying which packages should be watched, similar to...
Add a flag to the watch command that will cause the script or command to be run one for each package that is being tracked, without waiting for a change....