Skip to content

v2.0.0

Choose a tag to compare

@faceyspacey faceyspacey released this 08 May 02:39
161713a

<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)