Releases: Dealogic/webpack-vsts-extension
Releases · Dealogic/webpack-vsts-extension
3.2.0
- Support
[]
brackets in the display name of the task.
3.1.0
- Support for TypeScript webpack configuration is added.
- The ts-node module location can be modified.
- The ts-node module options file location can be supplied.
3.0.19
- As the build step is using webpack's node.js API the arguments setting is gone. Instead of that there's the webpack config file location where custom configuration files can be specified for the compilation.
- The setting of webpack.js location is gone, instead of that use webpack module location if you don't want to use the locally installed webpack module.
- The webpack build step summary section is using webpack node.js API to show the result information.
- The webpack build step now is logging the summary section onto the log section as well.
2.1.3
- #33 Rollback the summary section to the old version
2.1.2
- #31 webpack task throws undefined error in version 2.1.0
2.1.0
- #7 Summary section should look like as console output of webpack 2
- #24 treat errors and warnings as info doesn't work
- #25 TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined
2.0.2
#15 Fix the typo: 'erros' should be 'errors'
#16 Overwrite existing webpack result json files instead of creating new files
1.1.1
#9 Maximum call stack size exceeded issue
1.1.0
#12 Report the detail of the error if the webpack command fails
#1 Option to handle warnings as errors
1.0.0
Webpack 2 support is tested. Extension is working well with webpack 2.