grapesjs-style-bg
grapesjs-style-bg copied to clipboard
Not working on Safari 16.1 __webpack_require__ Invalid regular expression
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)

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).
Will it be fixed? Because it messes up my SPA application when there is a plugin imported