v2.0.0
<a name"2.0.0">
2.0.0 (2018-05-08)
Features
- loadOption: Nested chunknames as major release (c1bb1867)
Breaking Changes
- Chunknames no longer output directories. If the chunkname was components/component,then the output would be a directory called components with the component inside it. Keeping with webpack 3 chunking conventions, chunk folders are represented in the filename with a hyphen as a seperator: components-component.js. the side affect is flattened build outputs
re #45
(c1bb1867)