Skip to content

v4.0.0

Compare
Choose a tag to compare
@mysterycommand mysterycommand released this 30 Jun 03:37

4.0.0 (2019-06-30)

Features

  • examples/multiple: updates examples/multiple to include the necessary babel config, preset and (f2f99fb)
  • examples/single: add a .browserslistrc that specifies the latest version of Chrome and doesn't (42944a1)
  • WasmPackAsset: run wasm-pack with --target bundler, and write our own loader based on the parc (8c42ed8), closes #17

BREAKING CHANGES

  • WasmPackAsset: adds our own loaders which use async functions and may require the babel transform
    runtime depending on target browsers/node versions