Skip to content

Releases: DanielSchaffer/webpack-babel-multi-target-plugin

v1.0.1-alpha.3

12 Oct 17:59
Compare
Choose a tag to compare
v1.0.1-alpha.3 Pre-release
Pre-release
  • support targeting Vue components (1e0d17c)

v1.0.1-alpha.2

12 Oct 00:18
Compare
Choose a tag to compare
v1.0.1-alpha.2 Pre-release
Pre-release
  • support targeting ES6 dynamic imports (42eb752)

v1.0.1-alpha.1

09 Oct 16:53
Compare
Choose a tag to compare
v1.0.1-alpha.1 Pre-release
Pre-release
  • add basic Vue example with MiniCssExtractPlugin (9bdd96c, thank you @rangermeier)
  • Fix NormalizeCssChunkPlugin failures when it can't easily find an entryModule (1569ed2)

first non-pre-release!

05 Oct 15:30
Compare
Choose a tag to compare

I'm reasonably sure this all works now ... enjoy!

v1.0.0-alpha.6

25 Sep 21:34
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release
  • the plugin now respects webpack externals, with the exception of externals defined as a function (#3)

v1.0.0-alpha.4

24 Sep 23:08
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release
  • misc project cleanup
  • make html-webpack-plugin and webpack-dev-server optional dependencies (#1)
  • update/clean up documentation (#2)