Christian Gonzalez
Christian Gonzalez
This will address the deprecation warning that comes with Webpack 5. Should resolve #42
If you bump a just task repo to the latest webpack-dev-server and webpack-cli, you'll get this error: Error: Cannot find module 'webpack-cli/bin/config-yargs' It seems like the guidance for starting a...
The options to the webpack task achieve 2 things: 1. Configures things for the actual just task (nodeArgs, path to config file) 2. Passes generic overrides to the webpack config...
Azure Devops has added the [pipeline caching](https://docs.microsoft.com/en-us/azure/devops/pipelines/caching/?view=azure-devops) feature which enables sharing the output of a previous build to speed up the outputs of the next build. This has a dedicated...