You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Note: this isn't about the pwa-kit monorepo, it's about making customer projects to support monorepo.
The pwa-kit-dev CLI commands is not compatible with other node dependency managers like pnpm. The build and start command have hardcoded paths to specific dependencies like webpack and babel-node.
This would be extremely valuable, as it opens to a broader set of different configurations when setting up the project in a monorepo.
I hope the team will also consider the 2.x.x versions for this upgrade (most folks are still on them!).
Is your feature request related to a problem? Please describe.
Note: this isn't about the pwa-kit monorepo, it's about making customer projects to support monorepo.
The
pwa-kit-dev
CLI commands is not compatible with other node dependency managers likepnpm
. Thebuild
andstart
command have hardcoded paths to specific dependencies like webpack and babel-node.or
const webpack = p.join(require.resolve('webpack'), '..', '..', '..', '.bin', 'webpack')
Describe the solution you'd like
Support common node monorepo toolings / dependency managers like
pnpm
.The text was updated successfully, but these errors were encountered: