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

Not working on Safari 16.1 __webpack_require__ Invalid regular expression #29

Open
msorokolit opened this issue Dec 5, 2022 · 2 comments

Comments

@msorokolit
Copy link

Hello ! It's not working on Safari 16.1 (17614.2.9.1.13, 17614)

[Error] SyntaxError: Invalid regular expression: invalid group specifier name
webpack_require (index.js:308)
(анонімна функція) (index.js:1377)
(анонімна функція) (index.js:1380)
webpackUniversalModuleDefinition (index.js:17)
Глобальний код (index.js:18)

Знімок екрана 2022-12-05 о 19 12 21

@DavidHarvey
Copy link

I have also encountered this. Specifically the new version of this lib uses a negative lookbehind here: https://github.com/GrapesJS/style-bg/blob/master/src/index.ts#L121

This feature is not supported in Safari (and IE, but who cares about that).

@PanWcislo
Copy link

Will it be fixed? Because it messes up my SPA application when there is a plugin imported

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

No branches or pull requests

3 participants