Skip to content

v0.15.3

Compare
Choose a tag to compare
@insin insin released this 25 Jan 10:37
· 431 commits to master since this release

Fixed:

  • Added a missing .default to the Preact project skeleton where CommonJS require() 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 CommonJS require() as Webpack 2 prevents module format mixing, which was previously used to provide CommonJS interop.

75019261