Package detail

aurelia-loader-webpack

aurelia38.2kMIT2.2.5

An implementation of Aurelia's loader interface to enable webpack.

aurelia, webpack, loader

readme

aurelia-loader-webpack

npm Version ZenHub Join the chat at https://gitter.im/aurelia/discuss CircleCI

This library is part of the Aurelia platform and contains an implementation of Aurelia's loader interface to enable webpack.

To keep up to date on Aurelia, please visit and subscribe to the official blog and our email list. We also invite you to follow us on twitter. If you have questions, please join our community on Gitter or use stack overflow. Documentation can be found in our developer hub. If you would like to have deeper insight into our development process, please install the ZenHub Chrome or Firefox Extension and visit any of our repository's boards.

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.5 (2022-09-09)

Bug Fixes

  • remove /# sourceURL= / from css-loader content (8f12aed)

2.2.4 (2021-07-31)

Others

  • include typings in release (7c898b6)

2.2.3 (2021-07-25)

Bug Fixes

  • returns object instead of string (7c898b6)

2.2.2 (2020-10-20)

Bug Fixes

2.2.1 (2018-06-19)

Bug Fixes

  • eachModule: shortcircuit the iteration when callback returns true (d5a6d73)
  • loader-webpack: handle HMR changes also in async modules (#40) (36c5de3)

1.0.3 (2016-09-22)

Bug Fixes

  • index: delete the empty cache element if failed to webpack_require (13fb8b8), closes #18

1.0.2 (2016-07-29)

Bug Fixes

  • index: incorrect contextual "this" reference (bf29b49)

1.0.1 (2016-07-29)

Bug Fixes

  • index: cache loading Promises and fix lazy loading (26e1a74), closes #15

1.0.0 (2016-07-27)

Features

  • index: expose ensureOriginOnExports and simplify loadModule (b6a3ed0)
  • index: further simplify loadModule (4fe5405)
  • index: implement PLATFORM.eachModule (a942c57)

1.0.0-rc.1.0.0 (2016-06-22)

1.0.0-beta.1.0.3 (2016-06-09)

Features

1.0.0-beta.1.0.2 (2016-05-10)

1.0.0-beta.1.0.1 (2016-04-13)

Bug Fixes

  • index: ensure correct cache lookup (b9c9aa55)

Features

  • index: implement PLATFORM.eachModule for webpack (9bd90f47)

1.0.0-beta.1.0.0 (2016-03-22)

  • Update to Babel 6

0.1.2 (2016-03-01)

Bug Fixes

  • all: remove core-js dependency (dfb7784a)

0.1.1 (2016-02-25)