Webpack hanging while doing steps in plugin tutorial

Hello, I am following the steps in the Plugin tutorial (see Build a data source plugin | Grafana Labs) and it is hanging on the webpack step (i.e., the step starts, but never finishes). I’ve tried this on both Windows 10 and Mac OS Ventura 13.2.1. I’m using grafana 7.0.0 (but not sure if that is relevant since it never finishes building the initial plugin to load into grafana). Below is the output from the “Build the plugin” step 4 in the tutorial where it hangs. The command is “yarn dev”. It just sits there after the second type-checking and the webpack doesn’t complete. I’ve left it running for about 30 minutes on both Mac and windows. Hangs in the same place.

C:\Users\roberso\Documents\GitHub\grafana-plugins\kwr-sample-datasource>yarn dev
yarn run v1.22.19
$ webpack -w -c ./.config/webpack/webpack.config.ts --env development
[LiveReloadPlugin] Live Reload listening on port 35729
assets by path .md 174 bytes
asset README.md 122 bytes [emitted] [from: README.md] [copied]
asset CHANGELOG.md 52 bytes [emitted] [from: …/CHANGELOG.md] [copied]
asset module.js 30.6 KiB [emitted] (name: module)
asset LICENSE 11.1 KiB [emitted] [from: …/LICENSE] [copied]
asset img/logo.svg 1.55 KiB [emitted] [from: img/logo.svg] [copied]
asset plugin.json 600 bytes [emitted] [from: plugin.json] [copied]
runtime modules 937 bytes 4 modules
built modules 9.42 KiB [built]
cacheable modules 9.29 KiB
modules by path ./
.ts 2.73 KiB
./module.ts 321 bytes [built] [code generated]
./datasource.ts 2.42 KiB [built] [code generated]
modules by path ./components/*.tsx 6.56 KiB
./components/ConfigEditor.tsx 3.7 KiB [built] [code generated]
./components/QueryEditor.tsx 2.87 KiB [built] [code generated]
modules by path external "@grafana/ 84 bytes
external “@grafana/data” 42 bytes [built] [code generated]
external “@grafana/ui” 42 bytes [built] [code generated]
external “react” 42 bytes [built] [code generated]
webpack 5.76.1 compiled successfully in 836 ms
Type-checking in progress…
assets by status 44 KiB [cached] 6 assets
cached modules 9.42 KiB (javascript) 937 bytes (runtime) [cached] 11 modules
webpack 5.76.1 compiled successfully in 535 ms
Type-checking in progress…
No errors found.

i have same problem with macOS Sonoma x86 and ArchLinux