webpack-entries-autodiscovery
Version:
Entries autodiscovery for webpack
19 lines (13 loc) • 691 B
Markdown
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
- Adds `discoverEntries(basePath: string): Entrires` function with ability to get config from `package.json`
- Support for providing parameters in `package.json` was removed. Provide them directly in your `weback.config` file
- `discoverEntries` function signature changed to `discoverEntries(params: DiscoverEntriesParams = {}): Entrires`