```js someComponent = () => { <div style={{ backgroundImage = `url(${image})`}} /> } ``` Results in `backgroundImage: undefined` in the browser. I belive this is caused by this plugin, because removing this plugin solves the issue.
Results in
backgroundImage: undefinedin the browser. I belive this is caused by this plugin, because removing this plugin solves the issue.