Is there still any known issue with pnpm like it was earlier mentioned?
> pnpm watch
[PWA] Applying preset: @pwa/preset-svelte
[PWA] Starting development server on http://localhost:8080
[PWA] Failed to compile! Found 1 error:
multi ./index.js ../node_modules/.pnpm/webpack-dev-server@3.11.2/node_modules/webpack-dev-server/client/index.js ../node_modules/.pnpm/webpack@4.46.0/node_modules/webpack/hot/dev-server.js
Module not found: Can't resolve 'babel-loader' in '$HOME/path-to-root/src'
Is there still any known issue with
pnpm
like it was earlier mentioned?Analogous error message running directly
pwa init
(still globally installed withpnpm add -g @pwa/cli
)