All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Adds
discoverEntries(basePath: string): Entrires
function with ability to get config frompackage.json
- Support for providing parameters in
package.json
was removed. Provide them directly in yourweback.config
file
discoverEntries
function signature changed todiscoverEntries(params: DiscoverEntriesParams = {}): Entrires