(breaking) no longer does any module resolution. Instead, module resolution should be done by caller and the set of 'external' (available via require) modules should be provided as the options.dependencies object.
(breaking) removes support for --analyize and --sync options to cli.
Upgrades to webpack@2, babel-core@5.
Now uses babel-preset-env to set up the appropriate transforms.
This PR:
require
) modules should be provided as theoptions.dependencies
object.--analyize
and--sync
options to cli.webpack@2
,babel-core@5
.babel-preset-env
to set up the appropriate transforms.