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

Plugin legacy - module output doesn't support Safari 10 #10099

Closed
4 tasks done
marco-prontera opened this issue Sep 13, 2022 · 0 comments
Closed
4 tasks done

Plugin legacy - module output doesn't support Safari 10 #10099

marco-prontera opened this issue Sep 13, 2022 · 0 comments

Comments

@marco-prontera
Copy link

marco-prontera commented Sep 13, 2022

Description

When using the plugin-legacy the modern bundle of the app includes the dynamic import, and in safari 10 it throws a syntax error that blocks the parsing and the execution of the entire application.
safari 10.1 Syntax Error Unexpected Keyword import

Suggested solution

Since this import is a thing used for a specific purpose I just implemented a parameter that let me prevent the plugin from using that forced dynamic import and keep the application running also in safari 10.

Link PR: #10100

Alternative

No response

Additional context

No response

Validations

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant