Skip to content

Releases: asfktz/autodll-webpack-plugin

0.2.1

11 Jul 22:20
Compare
Choose a tag to compare

Internal:

  • Add webpack as devDependencies for testing. @asfktz

Committers:

v0.2.0

11 Jul 20:20
Compare
Choose a tag to compare

Bug Fix:

  • #36 Instance index is wrong when other plugins are used. @asfktz

Internal:

Committers:


0.1.0

Bug Fix:

  • Multiple AutoDLL's overwrite each other @viankakrisna
  • AutoDLL's is not playing nicely with other plugins which integrate with html-webpack-plugin @asfktz

Enhancement:

  • [breaking change] AutoDll's .cache dir now stores each instance files in it's own seperate subdirectory. @viankakrisna
  • Context is now defaults to process.cwd() @asfktz

Documentation:

  • Remove context from examples, use the new default instead @asfktz

Internal:

Committers:

0.0.8

Committers:

0.0.7

Bug fix

  • AutoDll's ignores output.publicPath @asfktz

    Related to: #6 Is it possible to set path as an absolute path?

Enhancement

  • Absolute Paths are now supported @asfktz
  • You can now pass plugins to the Dll compiler (useful for production builds) @drewhamlett

    Related to: #4 Support extra plugins in config (such as UglifyJS)

Documentation:

  • Docs(readme): Tweaks readme grammar #3 @d3viant0ne

Internal:

Committers:

0.0.6

  • initial release