Skip to content

v0.3.0

Compare
Choose a tag to compare
@lewie9021 lewie9021 released this 27 Oct 22:58
  • Added Mocha and Chai to begin writing test specs.
  • Added specs for the methods .merge, .loader, and .plugin (mostly).
  • Includes fix for issue #1 - Defining a loader with the 'loaders' property would also contain a 'loader' property causing a conflict when resolving.
  • Includes fix for issue #2 - Defining plugins using .merge would break when resolving due to an issue when cloning instances.