Skip to content

Releases: christophersmith262/drupal-libraries-webpack-plugin

v3.0.0

21 Dec 15:17

Choose a tag to compare

  • Do not set library version by default (#20)

v2.0.1

17 Nov 19:58

Choose a tag to compare

  • Fix external dependencies (#19)

v2.0.0

05 Nov 18:06

Choose a tag to compare

  • Plugin is now compatible with webpack 5 (#16)
  • Upgrade dependencies and fix webpack deprecation warnings (#17)
  • Remove deprecated named export (#18)

v1.1.4

10 Jun 19:52

Choose a tag to compare

Release 1.1.4

v1.1.1

22 May 23:50

Choose a tag to compare

  • Fix bug with DrupalLibraryModule size() function undefined

v1.1.0

22 May 20:11

Choose a tag to compare

  • Added support for require(@drupal(...)) to add library dependencies
  • Added support for `import ... from 'drupal-libraries-webpack-plugin'