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

Disable compile time evaluation of import.meta.url #15246

Merged
merged 6 commits into from Jan 28, 2022

Commits on Jan 25, 2022

  1. - add new config section importMeta

    - use it in ImportMetaPlugin to switch it off as necessary
    pavelsavara committed Jan 25, 2022
    Copy the full SHA
    73bb431 View commit details
    Browse the repository at this point in the history
  2. fix test

    pavelsavara committed Jan 25, 2022
    Copy the full SHA
    57f6e3b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. fix

    pavelsavara committed Jan 26, 2022
    Copy the full SHA
    332fb11 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. add importMeta to JavascriptParserOptions:

    - enable/disable import.meta parsing
    - when disabled insert output.importMetaName
    vankop committed Jan 27, 2022
    Copy the full SHA
    c09e82f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. add test case

    vankop committed Jan 28, 2022
    Copy the full SHA
    17e8eed View commit details
    Browse the repository at this point in the history
  2. fix discussions

    vankop committed Jan 28, 2022
    Copy the full SHA
    232403c View commit details
    Browse the repository at this point in the history