We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
Will it be fixed? Because it messes up my SPA application when there is a plugin imported
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: