Releases: Dealogic/webpack-vsts-extension
Releases · Dealogic/webpack-vsts-extension
4.2.0
- Node.js arguments are supported.
4.1.6
Security warnings are fixed
4.1.5
New build/deployment badge on README page. (as build and deployment are on travis-ci.org)
4.0.4
Dependencies are updated to fix security vulnerabilities (though it was just in one of the samples).
4.0.3
The --display "none"
flag is working properly with webpack 4.
4.0.2
Documentation is updated.
4.0.1
Errors and Warnings are reported correctly in the webpack like logs based on the --display none/errors-only/minimal/normal/detailed/verbose option.
4.0.0
Using webpack-cli again instead of node.js API.
3.2.2
- Avoid webpack task summary section overflow with adding scrollbar.
- Webpack task summary section uses same font as other sections.
3.2.1
- Replacing
[]
brackets to ()
parenthesis in the title of the result summary section.