Skip to content

Latest commit

 

History

History
129 lines (69 loc) · 6.21 KB

CHANGELOG.md

File metadata and controls

129 lines (69 loc) · 6.21 KB

1.0.19 (2020-07-06)

Bug Fixes

  • AMD module names injection use chunk.name (b92c052)
  • bootstrap ignore deferred entry modules (7fd1b74)
  • import() loading error bug (a704fbf)
  • Multiple split chunks versions may loading failed (712b590)
  • The problem of loading non-self 'split chunk' dependencies caused by multi-version builds and r (cc053fe)
  • use webpack ^4.26.1 to fix template.getAssetPath is not a function (6823785)
  • when output.library is set, template.getAssetPath is not a function (3c771b8)

Features

  • add wrapper option (87aaa25)
  • amd webpack plugin (62b5ecc)
  • preserve dynamic imports capability of webpack (c35860d)
  • set chunkIds='named' and use HashedModuleIdsPlugin to keep id informations (256691b)
  • support webpack chunkFilename format setting (5ede587)
  • use jsonpFunction = 'amd-webpack-plugin' if it's not set (41434f1)

1.0.18 (2020-07-06)

Bug Fixes

  • AMD module names injection use chunk.name (b92c052)
  • bootstrap ignore deferred entry modules (7fd1b74)
  • import() loading error bug (a704fbf)
  • Multiple split chunks versions may loading failed (712b590)
  • The problem of loading non-self 'split chunk' dependencies caused by multi-version builds and r (cc053fe)
  • use webpack ^4.26.1 to fix template.getAssetPath is not a function (6823785)
  • when output.library is set, template.getAssetPath is not a function (3c771b8)

Features

  • add wrapper option (87aaa25)
  • amd webpack plugin (62b5ecc)
  • preserve dynamic imports capability of webpack (c35860d)
  • set chunkIds='named' and use HashedModuleIdsPlugin to keep id informations (256691b)
  • support webpack chunkFilename format setting (5ede587)
  • use jsonpFunction = 'amd-webpack-plugin' if it's not set (41434f1)

1.0.13 (2019-07-17)

Bug Fixes

  • AMD module names injection use chunk.name (b92c052)
  • bootstrap ignore deferred entry modules (7fd1b74)
  • import() loading error bug (a704fbf)
  • The problem of loading non-self 'split chunk' dependencies caused by multi-version builds and r (cc053fe)

Features

  • add wrapper option (87aaa25)
  • amd webpack plugin (62b5ecc)
  • preserve dynamic imports capability of webpack (c35860d)
  • set chunkIds='named' and use HashedModuleIdsPlugin to keep id informations (256691b)
  • use jsonpFunction = 'amd-webpack-plugin' if it's not set (41434f1)

1.0.7 (2019-03-12)

Bug Fixes

  • AMD module names injection use chunk.name (b92c052)
  • bootstrap ignore deferred entry modules (7fd1b74)

Features

  • add wrapper option (87aaa25)
  • amd webpack plugin (62b5ecc)
  • preserve dynamic imports capability of webpack (c35860d)

1.0.6 (2019-03-12)

Bug Fixes

  • AMD module names injection use chunk.name (b92c052)

Features

  • add wrapper option (87aaa25)
  • amd webpack plugin (62b5ecc)
  • preserve dynamic imports capability of webpack (c35860d)

1.0.3 (2019-03-11)

Bug Fixes

  • AMD module names injection use chunk.name (b92c052)

Features

  • amd webpack plugin (62b5ecc)
  • preserve dynamic imports capability of webpack (c35860d)

1.0.2 (2019-03-06)

Features

  • amd webpack plugin (62b5ecc)
  • preserve dynamic imports capability of webpack (c35860d)