Skip to content

Releases: Dealogic/webpack-vsts-extension

3.2.0

22 Sep 12:58
Compare
Choose a tag to compare
  • Support [] brackets in the display name of the task.

3.1.0

21 Sep 14:56
Compare
Choose a tag to compare
  • 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

02 Jul 23:32
Compare
Choose a tag to compare
  • 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

22 May 21:40
Compare
Choose a tag to compare
  • #33 Rollback the summary section to the old version

2.1.2

22 May 20:30
Compare
Choose a tag to compare
  • #31 webpack task throws undefined error in version 2.1.0

2.1.0

22 May 19:57
Compare
Choose a tag to compare
  • #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

16 May 09:43
Compare
Choose a tag to compare

#15 Fix the typo: 'erros' should be 'errors'
#16 Overwrite existing webpack result json files instead of creating new files

1.1.1

29 Mar 20:55
Compare
Choose a tag to compare

#9 Maximum call stack size exceeded issue

1.1.0

29 Mar 20:34
Compare
Choose a tag to compare

#12 Report the detail of the error if the webpack command fails
#1 Option to handle warnings as errors

1.0.0

20 Jan 23:00
Compare
Choose a tag to compare

Webpack 2 support is tested. Extension is working well with webpack 2.