All Versions
627
Latest Version
Avg Release Cycle
5 days
Latest Release
-

Changelog History
Page 24

  • v2.0.0-0

    February 19, 2020
  • v1.32.1 Changes

    March 06, 2020

    2020-03-06

    ๐Ÿ› Bug Fixes

    • 0๏ธโƒฃ Handle default export detection for AMD and IIFE externals that do not have a prototype (#3420)
    • ๐Ÿ– Handle missing whitespace when the else branch of an if-statement is simplified (#3421)
    • Mention the importing module when reporting errors for missing named exports (#3401)
    • โž• Add code to warning for missing output.name of IIFE bundles (#3372)

    Pull Requests

    • โš  #3372: Add warning code for missing output.name of IIFE bundle that has export (@rail44)
    • ๐Ÿ–จ #3401: Missing exports errors now print the importing module (@timiyay)
    • ๐Ÿ— #3418: Structure lifecycle hooks, add links to build time hooks (@lukastaegert)
    • โšก๏ธ #3420: Update generated code of getInteropBlock() to work with null prototype objects (@jdalton)
    • #3421: Avoid invalid code when "else" branch is simplified (@lukastaegert)
  • v1.32.0 Changes

    February 28, 2020

    2020-02-28

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow adding plugins on the command line via --plugin <plugin> (#3379)

    Pull Requests

  • v1.31.2 Changes

    ๐Ÿš€ unreleased

    Pull Requests

    • #3390: fix typo: this.addWatchfile (@mistlog)
    • #3392: Bump codecov from 3.6.1 to 3.6.5
  • v1.31.1 Changes

    February 14, 2020

    2020-02-14

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”Œ Make sure errored files are always re-evaluated in watch mode to avoid an issue in the typescript plugin (#3388)

    Pull Requests

  • v1.31.0 Changes

    January 31, 2020

    2020-01-31

    ๐Ÿ”‹ Features

    • Always disable tree-shaking for asm.js functions to maintain semantics (#3362)

    Pull Requests

  • v1.30.1 Changes

    January 27, 2020

    2020-01-27

    ๐Ÿ› Bug Fixes

    • Do not mistreat static entgry points as dynamic ones when chunking (#3357)
    • Resolve a crash when chunking circular dynamic imports (#3357)

    Pull Requests

  • v1.30.0 Changes

    January 27, 2020

    2020-01-27

    ๐Ÿ”‹ Features

    • Do not split chunks when dynamically imported modules import modules that are already loaded by all dynamic importers (#3354)
    • โž• Add hoistTransitiveImports option to disable hoisting imports of static dependencies into entry chunks (#3353)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘‰ Make sure polyfills are always loaded first when each static entry point contains them as first import (#3354)

    Pull Requests

  • v1.29.1 Changes

    January 21, 2020

    2020-01-21

    ๐Ÿ› Bug Fixes

    • Avoid crashes for circular reexports when named exports cannot be found (#3350)

    Pull Requests

  • v1.29.0 Changes

    January 08, 2020

    2020-01-08

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ Enable top-level await by default (#3089)
    • โž• Add typings for watch events (#3302)

    ๐Ÿ› Bug Fixes

    • Deconflict files that would conflict only on a case-insensitive OS (#3317)
    • Do not fail in certain scenarios where a logical expression inside a sequence expression was being directly included (#3327)

    Pull Requests