Generic thenable check added to identify if the webpack config
is a Promise or not.
new Promise anti-pattern avoided.
README updated.
New functionality added to highlights, recent changes and release note.
Added additional test to check correctness when passing
wrong then object in config.
Added webpack state variable paragraph to readme
Added unit test for isLocal default value
Add new webpack lib object that contains states relevant for the config.
Small README change
Raise coverage again
Added unit tests
Added serverless run to README
Added watch unit tests with handler function.
Support --watch for run command
Package external modules for run
Hook run:run, set service packaging and change to compiled directory
* Do not add .js extension to entries values
* Find entries extension from filename
* Better filesearch performance
* Add warning for multiple files found
* Do not match directories
* Added unit tests. Throw error if handler is not found.
* Fixed examples
* Use preference sorting to find the most probable handler for multiple hits