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

perf: add experimental support for importModule #737

Merged
merged 6 commits into from Apr 16, 2021

Commits on Apr 12, 2021

  1. perf: add experimental support for importModule

    This replaces the child compiler with a
    lightweight execution of modules within
    the module graph of the original compilation
    sokra committed Apr 12, 2021
    Copy the full SHA
    e83bc84 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. fix: experimentalUseImportModule

    use old publicPath logic
    add CI tests for experimentalUseImportModule
    disable auxiliaryAssets test with experimentalUseImportModule
    sokra committed Apr 14, 2021
    Copy the full SHA
    e8934b8 View commit details
    Browse the repository at this point in the history
  2. test: reduce workflow size

    sokra committed Apr 14, 2021
    Copy the full SHA
    a974120 View commit details
    Browse the repository at this point in the history
  3. docs: improve documentation

    sokra committed Apr 14, 2021
    Copy the full SHA
    ec65723 View commit details
    Browse the repository at this point in the history
  4. test: add npm caching

    sokra committed Apr 14, 2021
    Copy the full SHA
    e3dbb6a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. fix: remove console.log

    sokra committed Apr 15, 2021
    Copy the full SHA
    a79fa7a View commit details
    Browse the repository at this point in the history