Skip to content

v0.19.1

Compare
Choose a tag to compare
@DanBuild DanBuild released this 16 Jan 23:40
· 1150 commits to master since this release
  • Add -loader suffix in webpack, closes #2410 (#2447)

    QWp6t - Sat, 14 Jan 2017 19:05:08 +0000

    Previously, packages named with -loader suffix could be specified as loaders
    within Webpack without requiring the suffix to be named explicitly. Webpack
    2.1.0-beta.26 no longer looks for -loader suffix automatically, and packages
    have to therefore be named explicitly or -loader can be added to
    resolveLoader.moduleExtensions. See:
    https://github.com/webpack/webpack/releases/tag/v2.1.0-beta.26

  • Fix check of scoped packages' sub-dependencies (#2295) (#2409)

    Pelle Wessman - Sat, 7 Jan 2017 21:36:37 +0000

    • Fix check of scoped packages' sub-dependencies
    • Added test of scoped packages' sub-dependencies