Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add dynamicImportFunction option #2723

Merged

Commits on Feb 26, 2019

  1. feat: add dynamicImportFunction option

    This option allows users of `es` format to rename the `import()`
    function, which right now has mixed support in browsers. By allowing
    this function to be renamed we can have polyfills (which cannot use the
    reserved `import` keyword but could go by a different name like
    `importModule`).
    keithamus committed Feb 26, 2019
    Copy the full SHA
    9a17e68 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Merge remote-tracking branch 'upstream/master' into feat-add-dynamici…

    …mportfunction-option
    
    # Conflicts:
    #	src/Chunk.ts
    #	test/misc/optionList.js
    lukastaegert committed Mar 1, 2019
    Copy the full SHA
    7040793 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e7d455a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b8db939 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    32d163f View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/feat-add-dynamicimportfunction-o…

    …ption' into feat-add-dynamicimportfunction-option
    lukastaegert committed Mar 1, 2019
    Copy the full SHA
    2baab06 View commit details
    Browse the repository at this point in the history
  6. Fix merge

    lukastaegert committed Mar 1, 2019
    Copy the full SHA
    d9337fa View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    97edd97 View commit details
    Browse the repository at this point in the history