v0.15.3
Fixed:
-
Added a missing
.default
to the Preact project skeleton where CommonJSrequire()
was being used to import an ES module [#245].default
must now be used to access the default export from an ES module when importing with CommonJSrequire()
as Webpack 2 prevents module format mixing, which was previously used to provide CommonJS interop.