Yuri Gadow
Yuri Gadow
Seemingly out of the blue, yesterday users of one iPadOS 15.5, home-screen-only PWA began reporting the app would fail completely to start up. Investigating, I found seemingly at random rg4js...
**Steps** 1. New window, new file `foo.rb`: ```ruby module Foo def bar x = "baz" puts x end end ``` 2. Place cursor before x. 3. Command Palette: Rename Symbol:...
First attempt at using indexhtml-webpack-plugin and am always seeing this error: ``` [redacted]/node_modules/indexhtml-webpack-plugin/index.js:13 var sourceModule = sourceChunk.origins[0].module; ^ TypeError: Cannot read property 'origins' of undefined at Compilation.additionalChunkAssets ([redacted]/node_modules/indexhtml-webpack-plugin/index.js:13:47) at Compilation.applyPlugins...