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

fix(plugin-legacy): wrap legacy chunks in IIFE (IE11) #2972

Closed
wants to merge 1 commit into from
Closed

fix(plugin-legacy): wrap legacy chunks in IIFE (IE11) #2972

wants to merge 1 commit into from

Commits on Apr 14, 2021

  1. fix(plugin-legacy): wrap legacy chunks in IIFE (IE11)

    template literals in our legacy chunks got randomly overwritten (gql mixed with emotion) in legacy build
    the problem was that at the top of the file there were `var lit1, lit2, lit3` declarations and those were evaluated in global scope
    this resolves the issue
    cztomsik committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    8f73c3b View commit details
    Browse the repository at this point in the history