GrapesJS / style-bg

Full-stack background style property type for GrapesJS, with the possibility to add images, colors, and gradients
MIT License
33 stars 18 forks source link

Not working on Safari 16.1 __webpack_require__ Invalid regular expression #29

Open msorokolit opened 1 year ago

msorokolit commented 1 year ago

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 commented 1 year ago

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 commented 3 months ago

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