Related to #15758.
This PR adds new prettier scripts to run on the whole repo. I also
updated the prettierignore files to ignore additional files. The
`prettier --write .` command should also now work from the root of any
release group.
---------
Co-authored-by: Scott Norton <scottnorton@microsoft.com>
Co-authored-by: Mark Fields <markfields@users.noreply.github.com>
Alfred, Deli, Scriptorium, Copier, Scribe, and Riddler need to specify
platform 'linux/amd64'.
All MacOS users will need to disable 'Airplay Receiver' to free port
5000 for Riddler (added to README.md)
* Update webpack to lates v4, and webpacj-cli to latest
* update several webpack cli ussages
* Update webpack-dev-server to 4.0.0
* update template for new webpack-dev-server
* update webpack configs and fluid loader to support new dev server version
* Fix devMiddleware publicPath
* fix up a few more webpack configs
* updage fluid-generate template
* Fix comment in packages/tools/webpack-fluid-loader/src/routes.ts
Co-authored-by: Helio Liu <59622401+heliocliu@users.noreply.github.com>
* fix lint
* fix merge
* fix schema-upgrade webpack
* fix a few ussages of webpack-dev-server
* update package lock for merge
Co-authored-by: Craig Macomber <Craig.Macomber@microsoft.com>
Co-authored-by: Helio Liu <59622401+heliocliu@users.noreply.github.com>
engine.io-client 3.5.2 updated dependency xmlhttprequrest-ssl to address CVE2020-28502 and CVE2021-31597 within our repro.
Updating the lock file in our repo.